Hi,
I have a question related to the timing of the course due date notification. As I understand it, if the notification is set to be sent 1 day before the due date, it would require the corresponding cron job to run at <=24 hours for it to be sent out at that particular run (if it's set to run daily). Is that a correct assumption?
However, if a fixed course due date is set, which exact time is taken here? If it's set to July 9, is it July 9 at 00:00 or 24:00 - or something else entirely?
How would the notification be sent out if, let's say, the process_scheduled_event_task runs at 10 am daily and the course due date is set to July 9. Would it be sent on July 8 at 10 am or July 9 at 10 am?
I'm currently not able to get this to work (I was expecting the notification to be sent out on the same day at 10 am but that didn't happen), and looking at the corresponding article (https://totara.help/docs/course-due-dates), the examples always assume a concrete time on the day to be set (e.g., 18:00), which doesn't seem to be possible with the fixed course due date as opposed to the relative one.
Thanks a lot!