summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index fd4ff5a6..38d88acc 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -115,7 +115,7 @@ return [
'max_freeloadable_shifts' => 2,
// Local timezone
- 'timezone' => env('TIMEZONE', 'Europe/Berlin'),
+ 'timezone' => env('TIMEZONE', ini_get('date.timezone') ?: 'Europe/Berlin'),
// Multiply 'night shifts' and freeloaded shifts (start or end between 2 and 6 exclusive) by 2
'night_shifts' => [