GNOME Bugzilla – Bug 772104
Events finishing at 00:00 span across both days
Last modified: 2017-04-17 18:20:40 UTC
If I have an event on the evening which finishes at midnight (00:00 on the next day) it is shown as happening on both days. This doesn't reflect how such an event is understood: if an event ends up on midnight it doesn't happen the second day, the time at which the event finishes should be excluded.
Created attachment 336744 [details] [review] quick-add-popover: always set seconds to 0
Created attachment 336745 [details] [review] event: fix comparison if event is today Since the end times are open-ended, we have to consider the very second before the actual end time.
Thanks for the report. What a nasty issue to track down! Attachment 336744 [details] pushed as 159da57 - quick-add-popover: always set seconds to 0 Attachment 336745 [details] pushed as 23cc46a - event: fix comparison if event is today