use UTC instead of Berlin as default

This commit is contained in:
Frank Karlitschek 2012-05-24 00:47:03 +02:00
parent 20e9903396
commit f97f1b4266
1 changed files with 1 additions and 1 deletions

View File

@ -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.