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

Fix issue #182: wrong offset within 1hr of DST start #233

Merged
merged 2 commits into from
Oct 28, 2020

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    14fd1ef View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Fix issue spencermountain#182: wrong offset within 1hr of DST start

    Solved to Chicken and Egg Problem described in summerTime.js: "we can't get the date, without knowing the timezone, and vice-versa".
    In order to eliminate the time zone offset effect the given UTC time is compared to the DST change boundaries converted to UTC.
    bsvetlik committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a9f2acd View commit details
    Browse the repository at this point in the history