use UTC instead of Berlin as default
This commit is contained in:
parent
20e9903396
commit
f97f1b4266
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue