Fix day rollover bug in reminder time parsing

t-296·WorkTask·
·
·
·Omni/Agent/Telegram/Reminders.hs
Created4 months ago·Updated4 months ago·pipeline runs →

Dependencies

Description

Edit

The addHours/addMinutes functions in parseRelativeTime don't handle day rollover. When adding hours/minutes that cross midnight, the resulting time has the wrong date (same day instead of next day). Example: 'in 3 hours' at 11pm incorrectly schedules for 2am of the current day instead of the next day.

Git Commits

a97dbbd1Fix day rollover bug in reminder time parsing
Ben Sima4 months ago1 files

Timeline (2)

🔄[human]Open → InProgress4 months ago
🔄[human]InProgress → Done4 months ago