Merge pull request #3576 from robert-scheck/timezone

According to issue #3553, the default logtimezone is always UTC
This commit is contained in:
Morris Jobke 2017-02-23 15:36:50 -06:00 committed by GitHub
commit 254c98bb9e
1 changed files with 0 additions and 5 deletions

View File

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