You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns the current date instead of next years date, if the accounts timezone offset is positive and the trigger time is less than the timezone offset.
Expected behavior
Should creacte a reminder on 2025-09-05
Environment
app.monicahq.com (monica v4)
Version of Monica
4.1.2
Installation method
Docker image
Web server
Apache
Database engine version
MySQL
Additional info
If Time of the day reminders will be sent is larger than the timezone offset, e.g. if it's 3 AM, then the next planned_date is calculated correctly.
The text was updated successfully, but these errors were encountered:
Bug description
reminder_outbox planned_date is in the past
Steps to reproduce
For some reason the calculation in
monica/app/Models/Contact/Reminder.php
Line 111 in 32028ce
Expected behavior
Should creacte a reminder on 2025-09-05
Environment
app.monicahq.com (monica v4)
Version of Monica
4.1.2
Installation method
Docker image
Web server
Apache
Database engine version
MySQL
Additional info
If Time of the day reminders will be sent is larger than the timezone offset, e.g. if it's 3 AM, then the next planned_date is calculated correctly.
The text was updated successfully, but these errors were encountered: