Skip to content
Snippets Groups Projects
Commit 254c98bb authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #3576 from robert-scheck/timezone

According to issue #3553, the default logtimezone is always UTC
parents bc2f23a0 568ff4ba
No related branches found
No related tags found
No related merge requests found
...@@ -373,11 +373,6 @@ class Setup { ...@@ -373,11 +373,6 @@ class Setup {
Setup::updateHtaccess(); Setup::updateHtaccess();
Setup::protectDataDirectory(); Setup::protectDataDirectory();
//try to write logtimezone
if (date_default_timezone_get()) {
$config->setSystemValue('logtimezone', date_default_timezone_get());
}
self::installBackgroundJobs(); self::installBackgroundJobs();
//and we are done //and we are done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment