Releases: vvo/tzdb
Releases · vvo/tzdb
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"
}