Merge branch 'master' into something

This commit is contained in:
Adam Stachowicz
2021-07-18 09:42:08 +00:00
committed by GitHub
10 changed files with 152 additions and 26 deletions

View File

@@ -395,7 +395,7 @@ export function timezoneList() {
time: getTimezoneOffset(timezone),
})
} catch (e) {
console.log(e.message);
console.error(e.message);
console.log("Skip this timezone")
}