Skip to content

v2.0.0

Choose a tag to compare

@vvo vvo released this 16 Jun 14:46
· 591 commits to main since this release

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"
}