scheduler: respect cloudron timezone setting
This commit is contained in:
@@ -202,6 +202,7 @@ async function handleTimeZoneChanged(tz) {
|
||||
|
||||
debug('handleTimeZoneChanged: recreating all jobs');
|
||||
await stopJobs();
|
||||
await scheduler.deleteJobs(); // have to re-create with new tz
|
||||
await startJobs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user