Why is there a difference for schedule expression in Cloudflare? For example: `0 3 * * 1-5` Accord
Why is there a difference for schedule expression in Cloudflare?
For example:
According to crontab.guru (https://crontab.guru/#0_3_*_*_1-5) this should run
But in Cloudflare dashboard it shows as
For example:
0 3 * * 1-5According to crontab.guru (https://crontab.guru/#0_3_*_*_1-5) this should run
At 03:00 on every day-of-week from Monday through Friday.But in Cloudflare dashboard it shows as
Schedule:At 03:00 AM, Sunday through Thursday and also executes like that.


