]> source.dussan.org Git - nextcloud-server.git/commitdiff
changed the default from Berlin to UTC.
authorFrank Karlitschek <frank@owncloud.org>
Wed, 23 May 2012 22:49:21 +0000 (00:49 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 23 May 2012 22:49:21 +0000 (00:49 +0200)
Greetings form Berlin by the way ;-)

lib/base.php

index f3d6689fa2e8d81bbb10023f8d3123d9a06864f2..f4540853ba428214864d96285868159401ea5143 100644 (file)
@@ -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','&amp;');
 
                //try to configure php to enable big file uploads.