diff --git a/lib/base.php b/lib/base.php
index bcb81662c0ea0aee44d34da2f34f23b2aac904be..883c1f54b174b87fcb39d186e16df6c7fdbd9cc2 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -626,7 +626,7 @@ class OC {
 		@ini_set('log_errors', 1);
 
 		if(!date_default_timezone_set('UTC')) {
-			\OC::$server->getLogger()->error('Could not set timezone to UTC');
+			throw new \RuntimeException('Could not set timezone to UTC');
 		};
 
 		//try to configure php to enable big file uploads.