Browse Source

changed the default from Berlin to UTC.

Greetings form Berlin by the way ;-)
tags/v4.5.0beta1
Frank Karlitschek 12 years ago
parent
commit
24318354f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/base.php

+ 1
- 1
lib/base.php 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.

Loading…
Cancel
Save