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 issue in Chrome 67 #11

Open
ykphuah opened this issue Jun 19, 2018 · 0 comments
Open

Timezone issue in Chrome 67 #11

ykphuah opened this issue Jun 19, 2018 · 0 comments

Comments

@ykphuah
Copy link

ykphuah commented Jun 19, 2018

Throughout the codes, timezone offsets are calculated base on new Date(0), which might be different than timezone offset for new Date().

This cause 30 minutes difference in MYT for example, which have +730 in 1970, and +800 in 2018.

https://en.wikipedia.org/wiki/Time_in_Malaysia

It should be standardized to use timezone calculated from new Date().

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

1 participant