- breaking: change the structure of timezones
Each timezone now comes with an offset and a name key respectively:
const timezones = {
pt: {
offset: -8,
name: "Pacific Time"
}
}- add a plethora of timezones (check them out here)
Each timezone now comes with an offset and a name key respectively:
const timezones = {
pt: {
offset: -8,
name: "Pacific Time"
}
}