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

Timezone guess utc offset check #745

Closed

Conversation

ccorcos
Copy link

@ccorcos ccorcos commented Apr 24, 2019

Fixing an issue from #517.

Some background. CST stands for Central Standard Time and Chicago Standard Time. PST stands for Pacific Standard Time and Philippines Standard Time. This causes Intl API to be unreliable in older versions of Chrome and Electron.

@jsf-clabot
Copy link

jsf-clabot commented Apr 24, 2019

CLA assistant check
All committers have signed the CLA.

@ichernev
Copy link
Contributor

Somehow this MR includes a bunch of generated files.

About this particular issue, it's best to let users decide whether to use Intl or not, check #873 (comment)

So I'd merge something that adds an options object to guess, backwards compatible with existing code, that lets users specify Intl or in-house or both. Then we could put a note about buggy Intl and let users decide how to handle it.

@ichernev ichernev closed this Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants