allow to configure timezone for the lockdown period (#2593)

This commit is contained in:
Kevin Papst
2021-06-02 00:05:44 +02:00
committed by GitHub
parent c1eb5ba90a
commit 286b63e2c8
16 changed files with 163 additions and 41 deletions

View File

@@ -207,6 +207,7 @@ class AppExtensionTest extends TestCase
'lockdown_period_end' => null,
'lockdown_grace_period' => null,
'allow_overbooking_budget' => true,
'lockdown_period_timezone' => null,
],
'default_begin' => 'now',
'duration_increment' => null,

View File

@@ -286,6 +286,7 @@ class ConfigurationTest extends TestCase
'lockdown_period_end' => null,
'lockdown_grace_period' => null,
'allow_overbooking_budget' => true,
'lockdown_period_timezone' => null,
],
'duration_increment' => null,
'time_increment' => null,