0.1.8 • Published 2 years ago

@akiflow/timezones v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@akiflow/timezones

This package is based on @vvo/tzdb by Vincent Voyer. It also includes a set of abbreviations & aliases for backwards compatibility and some additional improvements. It is currently used across Akiflow products.

Usage

Install

npm install @akiflow/timezones
# or
yarn add @akiflow/timezones

Usage

// es module
import { Timezones } from '@akiflow/timezones'
// OR commonjs
// const { Timezones } = require('@akiflow/timezones')

// initialize time zones
Timezones.instance.init()

// get list of time zones 
Timezones.instance.getTimezones()

Requirements

Contributing

Feel free to open an issue, if you find any.

License

This package and @vvo/tzdb are licensed under MIT License.

0.1.8

2 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago