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
If I create a schedule to execute every day at, for example, 10:00, the first execution would be on the next day, even if the current time is less than 10:00:
So, after a bit of debugging I found that the library thinks that 00:00 is a previous day. I am using TimeProvider and setting the time to 00:00:00 manually. After changing it to 00:00:01 the tasks started being scheduled on the same day.
Hello!
If I create a schedule to execute every day at, for example, 10:00, the first execution would be on the next day, even if the current time is less than 10:00:
I am expecting this code to create a task that would run today at 10:00 if the current time is less than that.
Is this possible?
The text was updated successfully, but these errors were encountered: