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: TimeGrid display on DST change days when min is after the transi… #2

Merged
merged 1 commit into from
May 7, 2019

Commits on May 7, 2019

  1. fix: TimeGrid display on DST change days when min is after the transi…

    …tion (#1303)
    
    If the "min" start time of a calender view is after the moment of
    transition in or out of Daylight Saving time (2am), the values in the
    time grid can be off by an hour. This is because the extra +/- 60
    minutes was not included in minutesFromMidnight.
    
    Fixes #1098, #1273, possibly others
    favila authored and jquense committed May 7, 2019
    Configuration menu
    Copy the full SHA
    b436017 View commit details
    Browse the repository at this point in the history