From: Frank Karlitschek Date: Wed, 23 May 2012 22:49:21 +0000 (+0200) Subject: changed the default from Berlin to UTC. X-Git-Tag: v4.5.0beta1~74^2~430^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=24318354f27978723c55f39106234d8683eebd82;p=nextcloud-server.git changed the default from Berlin to UTC. Greetings form Berlin by the way ;-) --- diff --git a/lib/base.php b/lib/base.php index f3d6689fa2e..f4540853ba4 100644 --- a/lib/base.php +++ b/lib/base.php @@ -326,7 +326,7 @@ class OC{ } self::$CLI=(php_sapi_name() == 'cli'); - date_default_timezone_set('Europe/Berlin'); + date_default_timezone_set('UTC'); ini_set('arg_separator.output','&'); //try to configure php to enable big file uploads.