From 24318354f27978723c55f39106234d8683eebd82 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Thu, 24 May 2012 00:49:21 +0200 Subject: [PATCH] changed the default from Berlin to UTC. Greetings form Berlin by the way ;-) --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index f3d6689fa2..f4540853ba 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.