Releases: vvo/tzdb
Releases · vvo/tzdb
v3.1.0
v3.0.0
3.0.0 (2020-06-17)
Features
- API: provide simplified time zones (1f1bdd6)
- data: Automatic data update (f3f6bb3)
- data: Automatic data update (dc5c24f)
BREAKING CHANGES
- API: Nobody is using this but me yet, still:
- cities.json => cities-with-time-zones.json
- time-zones.json => time-zones-names.json
There's a new file named simplified-time-zones.json that provides grouping of
time zones and formatting using offset time. This is basically what Google
calendar have, maybe better.
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2020-06-16)
Features
- time zones: provide a complete object with smart order and formatting (f840103)
BREAKING CHANGES
- time zones: We now provide an array of objects for time zones. Time zones
are sorted the same way google calendar does: from UTC-11 to UTC+ values, with
long offset names and cities. Example:
{
"timeZoneName":"America/Dawson_Creek",
"formattedTimeZoneWithOffset":"UTC -07:00 Mountain Standard Time - Dawson Creek",
"offset":-420,
"offsetNameShort":"MST",
"offsetNameLong":"Mountain Standard Time",
"cityName":"Dawson Creek"
}