Skip to content

Releases: date-fns/tz

v1.4.1

12 Aug 12:20
c098821

Choose a tag to compare

Fixed

v1.4.0

12 Aug 07:54
58f5e96

Choose a tag to compare

Added

v1.3.1

01 Aug 08:40
0673295

Choose a tag to compare

Fixed

  • Fixed TypeScript definitions missing in @date-fns@1.3.0.

v1.3.0

01 Aug 07:37
d70be1f

Choose a tag to compare

Fixed

  • Fixed Format.JS support when running in Hermes engine (React Native). Ensured compatibility with JavaScriptCore engine (Safari).

  • Fixed TypeScript node16 module resolution #59. Thanks to @samchungy.

Added

  • Added tzName function that formats time zone name in given date time and format. It supports "short", "long", "shortGeneric", and "longGeneric" formats, corresponding to TR35 tokens z..zzz, zzzz, v, and vvvv respectively. See README for more details.