Skip to content

v4.0.0

Choose a tag to compare

@vvo vvo released this 08 Jul 09:54
· 533 commits to main since this release

4.0.0 (2020-07-08)

Features

  • API: use raw offsets, provide function to get current offset (5a4cf7a), closes #11

BREAKING CHANGES

  • API: The output format of simplified-time-zones has been updated.
    The formatted property now is using the raw offset (non DST, non summer time)
    instead of the "current date" (build date of the library).

feat(API): added rawOffsetInMinutes property to simplifiedTimeZones

feat(API): added + plus sign to positive UTC offset

feat(API): added a main endpoint to the library where you can import {
simplifiedTimeZones } from "@vvo/tzdb";