allow to change the timezone

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-18 18:36:51 +02:00
parent 1cf5cf5509
commit 3e019d25f2
10 changed files with 102 additions and 10 deletions

View file

@ -96,6 +96,7 @@ $app->get('/containers', function ($request, $response, $args) use ($container)
'borg_restore_password' => $configurationManager->GetBorgRestorePassword(),
'daily_backup_time' => $configurationManager->GetDailyBackupTime(),
'is_daily_backup_running' => $configurationManager->isDailyBackupRunning(),
'timezone' => $configurationManager->GetTimezone(),
]);
})->setName('profile');
$app->get('/login', function ($request, $response, $args) use ($container) {