0.1.0 • Published 2 years ago

dayjs-timezone-iana-plugin v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Dayjs-timezone-iana-plugin

DayJS timezone plugin alternative to manage DST correctly, using https://www.iana.org/time-zones

Usage

   npm i dayjs-timezone-iana-plugin

In the code:

   dayjs.extend(utc)
   dayjs.extend(require('dayjs-timezone-iana-plugin'))

   dayjs("2014-06-01 12:00").tz("America/New_York")

How to update IANA DB

Todo

  • Add lot of tests (see moment-timezone tests)