diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-24 00:47:03 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-24 00:47:03 +0200 |
commit | f97f1b4266b92bb0efae7436d7ede1f03a4dbdaf (patch) | |
tree | 9513a681ec751ffdcdee13529752ade0fed56263 | |
parent | 20e9903396a945676e2107d3497bd152be0f2691 (diff) | |
download | nextcloud-server-f97f1b4266b92bb0efae7436d7ede1f03a4dbdaf.tar.gz nextcloud-server-f97f1b4266b92bb0efae7436d7ede1f03a4dbdaf.zip |
use UTC instead of Berlin as default
-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 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. |