mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue