You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just started happening in the past week, the calendar is showing the previous month. You can see in the stack below that the current page is 2017-01-01 06:00:00 utc, but it is showing the prior month. I have tried setting the current page in view did load, but that does not appear to work.
A brief bug description = showing previous month
Stack trace.
Integration method = cocoapods)
Full steps to reproduce.
Device modal and iOS version= iPhone 7 10.0
Xcode version = Xcode 8.2.1
FSCalendar version = FSCalenda 2.7.1
Appears to work fine in demo project
The text was updated successfully, but these errors were encountered:
This issue is from local timezone and UTC time issue.
FSCalendar.currentPage gets current local date and time.
But it returns as UTC time. So If you convert currentPage for perfect operation.
This just started happening in the past week, the calendar is showing the previous month. You can see in the stack below that the current page is 2017-01-01 06:00:00 utc, but it is showing the prior month. I have tried setting the current page in view did load, but that does not appear to work.
The text was updated successfully, but these errors were encountered: