Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for non-constant timezones #2

Open
pineapplemachine opened this issue May 20, 2018 · 1 comment
Open

Support for non-constant timezones #2

pineapplemachine opened this issue May 20, 2018 · 1 comment
Labels
effort: high The issue will probably take a single contributor several days of work to resolve. priority: medium The issue makes it more difficult for people to use the software. type: feature The issue involves adding new or extended behavior to the package. type: integration The issue involves interactions with other software.

Comments

@pineapplemachine
Copy link
Owner

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.

@pineapplemachine pineapplemachine added effort: high The issue will probably take a single contributor several days of work to resolve. priority: medium The issue makes it more difficult for people to use the software. type: integration The issue involves interactions with other software. type: feature The issue involves adding new or extended behavior to the package. labels May 20, 2018
@pineapplemachine
Copy link
Owner Author

Noting a possible native JS resource for this functionality:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: high The issue will probably take a single contributor several days of work to resolve. priority: medium The issue makes it more difficult for people to use the software. type: feature The issue involves adding new or extended behavior to the package. type: integration The issue involves interactions with other software.
Projects
None yet
Development

No branches or pull requests

1 participant