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
Родитель 97d682dc13
Коммит 24318354f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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