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 transition #1303

Merged
merged 1 commit into from
May 7, 2019
Merged

fix: TimeGrid display on DST change days when min is after the transition #1303

merged 1 commit into from
May 7, 2019

Commits on May 6, 2019

  1. Fix TimeGrid display on DST change days when min is after the transition

    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 committed May 6, 2019
    Configuration menu
    Copy the full SHA
    99e5230 View commit details
    Browse the repository at this point in the history