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

Safari not providing updated timezone based on system changes( Internationalization API issue?) #502

Closed
jerbio opened this issue Jun 12, 2017 · 1 comment

Comments

@jerbio
Copy link

jerbio commented Jun 12, 2017

The timezone property in the Internationalization API in safari OSX is not updated when the system timezone is changed; thereby causing moment.tz.guess() to generate the wrong(stale) timezone.

I have tried refreshing the browser, and disabling the cache. The only way I can get it to change, is if I kill/restart safari.
This works as expected in Google Chrome & Firefox

I modified one of your demos to use the latest moment-timezone and error occurs in Safari but works as expected in Safari

Safari Version
Version 10.1 (12603.1.30.0.34)
Release 32 (Safari 11.0, WebKit 12604.1.23.0.4)

@mattjohnsonpint
Copy link
Contributor

That's a Safari issue, which could be considered either a bug, or just a missing feature. There's nothing we can do about it in this library.

Safari bugs can be reported to Apple using Apple Bug Reporter.

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

No branches or pull requests

2 participants