- Issue created by @mandclu
- Status changed to Fixed
9 months ago 11:33am 14 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The Fullcalendar library automatically converts times to the browser's timezone, which can also impact all day events if start and end times (e.g. 12am and 11:59pm) are passed. This can cause them to show on the wrong dates.
Provide all day events without start and end times. Note that because the Fullcalendar event model treats the end date as exclusive, we need to add a day to the end to ensure it will render properly.
Fixed
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.