@naturalcycles/nodejs-lib
Version:
Standard library for Node.js
10 lines (9 loc) • 377 B
TypeScript
/**
* A complicated merge of timezones from the underlying Javascript engine
* and a list exported from Wikipedia.
*
* Why? The `Int.supportedValuesOf('timeZone')` we use provide only
* canonical/standardized timezone values like `Europe/Stockholm`
* but does not list accepted aliases like `ETC/Gmt`, `CET` or `Canada/Atlantic`.
*/
export declare const TIMEZONES: any;