From f97f1b4266b92bb0efae7436d7ede1f03a4dbdaf Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Thu, 24 May 2012 00:47:03 +0200 Subject: use UTC instead of Berlin as default --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index fb2d978f449..f6c29a51dd8 100644 --- a/lib/base.php +++ b/lib/base.php @@ -321,7 +321,7 @@ class OC{ ini_set('display_errors', 1); } - 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. -- cgit v1.2.3