According to issue #3553, the default logtimezone is always UTC

Signed-off-by: Robert Scheck <robert@fedoraproject.org>
This commit is contained in:
Robert Scheck 2017-02-23 00:15:45 +01:00
parent f25c89461c
commit 568ff4ba38
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