Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dayjs-timezone-iana-plugin

carboneio54.7kApache-2.00.1.0

DayJS timezone plugin alternative to manage DST correctly

readme

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

  • <input disabled="" type="checkbox"> Add lot of tests (see moment-timezone tests)