datefnstz
Datefnstz is a JavaScript library that provides time zone support for date-fns, enabling reliable time zone conversions and zone-aware formatting of dates. It is designed to complement date-fns by offering operations that respect IANA time zones and daylight saving rules.
Key features include: support for IANA time zone identifiers (for example America/New_York), handling of daylight saving
Implementation and design: datefnstz relies on the IANA time zone database and the Intl API where available
Usage: The library is typically installed via a package manager and imported into a project using date-fns
See also: date-fns, date-fns-tz, time zone databases, IANA TZ database.