diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-24 00:49:21 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-24 00:49:21 +0200 |
commit | 24318354f27978723c55f39106234d8683eebd82 (patch) | |
tree | a288ed4e5137328a9fdce991d642dfde90ba8df0 /lib | |
parent | 97d682dc13eac54b4ddebd97e2089c42c4b799e2 (diff) | |
download | nextcloud-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.php | 2 |
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','&'); //try to configure php to enable big file uploads. |