changed the default from Berlin to UTC.
Greetings form Berlin by the way ;-)
This commit is contained in:
parent
97d682dc13
commit
24318354f2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue