I use the expression "1-5" for weekdays for a job running at 1pm.
After I schedule, when I check on Friday after the execution with time_till_next_job and calculate, I get an execution on Sunday!
For cron, the values "0" and "7" designate sundays.
Is there a bug with array start or something? Can you verify this on your side?
Not something that can be fixed (easily) by other crates then within the cron crate it self.
But (as mentioned on the linked issue), that isn't wise to do, as it will cause issues with already configured jobs.
Hi,
I use the expression "1-5" for weekdays for a job running at 1pm. After I schedule, when I check on Friday after the execution with time_till_next_job and calculate, I get an execution on Sunday!
For cron, the values "0" and "7" designate sundays.
Is there a bug with array start or something? Can you verify this on your side?
Best Regards, Thomas