sfsam / Itsycal

Itsycal is a tiny calendar for your Mac's menu bar. http://www.mowglii.com/itsycal
MIT License
3.25k stars 234 forks source link

All-day events have strange date syntax in event details pop out #213

Open edelstone opened 1 year ago

edelstone commented 1 year ago

The date of an all-day event has a weird syntax in the event details pop out.

For example, an all-day event set for December 10, 2022 shows a syntax of "Dec 10-9, 2022". Prior versions would have just said 'Dec 10, 2022".

206862577-3f771766-8731-4e74-bbbe-2231534630e9
sfsam commented 1 year ago

Ventura changed the way All-day events are handled so the code that displays them is off-by-one. I now detect macOS 13+ and handle All-day events differently.

Can you see if this works? https://itsycal.s3.amazonaws.com/Itsycal-0.13.3-Bug213-000.zip

edelstone commented 1 year ago

@sfsam That fixes it.