Releases: date-fns/tz
Releases · date-fns/tz
v1.4.1
Fixed
- Fixed incorrect
package.jsonpublished with@date-fns/tz@1.4.0.
v1.4.0
Added
- Added support for time zones with seconds offset. It allows to handle dates before the implementation of the GMT system in 1883. Huge kudos to @GianlucaWassermeyer!
v1.3.1
Fixed
- Fixed TypeScript definitions missing in
@date-fns@1.3.0.
v1.3.0
Fixed
-
Fixed Format.JS support when running in Hermes engine (React Native). Ensured compatibility with JavaScriptCore engine (Safari).
-
Fixed TypeScript
node16module resolution #59. Thanks to @samchungy.
Added
- Added
tzNamefunction that formats time zone name in given date time and format. It supports"short","long","shortGeneric", and"longGeneric"formats, corresponding to TR35 tokensz..zzz,zzzz,v, andvvvvrespectively. See README for more details.