DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.4k stars 111 forks source link

Fix #185 - tighten up adjustment of reminder dates implied to be tomorrow #205

Open yunruse opened 2 months ago

yunruse commented 2 months ago

If only a time is provided, but it is in the past, assume tomorrow. For example, if it is currently noon but a user states "8am". This fixes:

In addition, if a reminder is placed in the past with an explicit year (e.g. it is June 2024 and the user provides "Feb 2 2024"), the date is not overridden with the next year. (Bit of an obscure fix, but it didn't hurt to add while I was in the area!)