mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
According to issue #3553, the default logtimezone is always UTC
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
This commit is contained in:
parent
f25c89461c
commit
568ff4ba38
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