-
Notifications
You must be signed in to change notification settings - Fork 32
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
Incorrectly labeled days of month #14
Comments
It appears that this line isn't doing what would be expected Some-Calendar/lib/some_calendar_page.dart Line 79 in 474ddbb
The new dateTime after adding a startDayOffset of 1 for the 1st of November is still November 1st and 23 hours
I hope that this helps in finding the cause of the issue and it can come to a good solution. |
Looks like it is an issue with Jiffy from what I can tell anything between UTC-9:00 and UTC-2:00 is exhibiting this issue
|
Describe the bug
November 2020 has two 1st's
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Days of the month should never repeat within the same month.
Screenshots
Smartphone:
Additional context
Flutter Channel master, 1.20.0-2.0.pre
The text was updated successfully, but these errors were encountered: