Merge pull request #3576 from robert-scheck/timezone
According to issue #3553, the default logtimezone is always UTC
This commit is contained in:
commit
254c98bb9e
|
@ -373,11 +373,6 @@ class Setup {
|
|||
Setup::updateHtaccess();
|
||||
Setup::protectDataDirectory();
|
||||
|
||||
//try to write logtimezone
|
||||
if (date_default_timezone_get()) {
|
||||
$config->setSystemValue('logtimezone', date_default_timezone_get());
|
||||
}
|
||||
|
||||
self::installBackgroundJobs();
|
||||
|
||||
//and we are done
|
||||
|
|
Loading…
Reference in New Issue