When there is a calendar event at for example 10:00, and the current time is 9:30, it will say “in 29 minutes“, even though “in 30 minutes“ would make more sense.
I assume this happens because the time until the event is rounded down to a whole minute instead of up.
For example, if the actual time is 9:30:10, then the time until the event is 29 minutes and 50 seconds, which gets rounded to 29 minutes instead of 30 minutes. Personally, I would prefer it to always get rounded up (so even 29 minutes and 1 second, at 9:30:59 in my example, would get rounded to 30 minutes). In other words, discard the seconds of the current time when checking the difference in minutes.
The same logic applies when calculating the difference in hours (but in that case, you would want to round up the hours of course)
Please authenticate to join the conversation.
In Review
Bug Reports
1 day ago

richardswesterhof
Get notified by email when there are changes.
In Review
Bug Reports
1 day ago

richardswesterhof
Get notified by email when there are changes.