Generate Cron File

This commit is contained in:
2020-04-10 09:14:59 +02:00
parent a81f7a596b
commit e34c2b690d
5 changed files with 21 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ function Spot(asGlobals)
this.consts.hash_sep = '-';
this.consts.title = 'Spotty';
this.consts.default_page = 'project';
this.consts.timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
this.consts.timezone = Intl.DateTimeFormat().resolvedOptions().timeZone || this.consts.default_timezone;
/* Initialization */