Glow-Inc / GLCalendarView

A fully customizable calendar view acting as a date range picker
MIT License
855 stars 106 forks source link

Fix timezone #39

Closed iuricernov closed 4 years ago

iuricernov commented 7 years ago

Fix a timezone issue. In normal conditions, the calendar selection are NSDate corresponding to the 00:00 of the selected date. But if the timezone is changed after the GLCalendarView is instantiated, this NSDate may corresponds to other times (e.g. 23:00 if the timezone is one hour earlier)