mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Merge branch 'feature/timezones-package'
This commit is contained in:
commit
728636de06
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,4 @@ dist-ssr
|
|||||||
|
|
||||||
/data
|
/data
|
||||||
!/data/.gitkeep
|
!/data/.gitkeep
|
||||||
/uptime-kuma
|
|
||||||
.vscode
|
.vscode
|
||||||
|
1057
package-lock.json
generated
1057
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -30,8 +30,7 @@ export function timezoneList() {
|
|||||||
time: getTimezoneOffset(timezone.tzCode),
|
time: getTimezoneOffset(timezone.tzCode),
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e.message);
|
console.log("Skip Timezone: " + timezone.tzCode);
|
||||||
console.log("Skip this timezone");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user