changed the default from Berlin to UTC.

Greetings form Berlin by the way ;-)
This commit is contained in:
Frank Karlitschek 2012-05-24 00:49:21 +02:00
parent 97d682dc13
commit 24318354f2
1 changed files with 1 additions and 1 deletions

View File

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