Skip to content

Timezone issue in Chrome 67 #11

Description

@ykphuah

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().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions