summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-24 00:49:21 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-24 00:49:21 +0200
commit24318354f27978723c55f39106234d8683eebd82 (patch)
treea288ed4e5137328a9fdce991d642dfde90ba8df0 /lib
parent97d682dc13eac54b4ddebd97e2089c42c4b799e2 (diff)
downloadnextcloud-server-24318354f27978723c55f39106234d8683eebd82.tar.gz
nextcloud-server-24318354f27978723c55f39106234d8683eebd82.zip
changed the default from Berlin to UTC.
Greetings form Berlin by the way ;-)
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
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','&amp;');
//try to configure php to enable big file uploads.