@date-fns/tz
Advanced tools
Changelog
v1.1.2 - 2024-09-24
Changelog
v1.1.1 - 2024-09-23
Changelog
v1.1.0 - 2024-09-22
This is yet another critical bug-fix release. Thank you to all the people who sent PRs and reported their issues. Special thanks to @huextrat, @allohamora and @lhermann.
Fixed negative fractional time zones like America/St_Johns
@allohamora.
Fixed the DST bug when creating a date in the DST transition hour.
±HH:MM/±HHMM/±HH
time zone formats for Node.js below v22 (and other environments that has this problem) #3Changelog
v1.0.2 - 2024-09-14
This release fixes a couple of critical bugs in the previous release.
Fixed UTC setters functions generation.
Create Invalid Date
instead of throwing an error on invalid arguments.
Make all the number getters return NaN
when the date or time zone is invalid.
Make tzOffset
return NaN
when the date or the time zone is invalid.