pineapplemachine/strtime-js

Support for non-constant timezones

Opened this issue · 1 comments

See https://en.wikipedia.org/wiki/Tz_database

Currently the only named timezones that strtime supports are those that have a constant offset, e.g. "UTC" or "EEST". The package should not itself contain data regarding timezones like "America/New_York", "Europe/Paris" but it should provide some way to integrate with another service or package so that these timezones can be used.