Open josefglatz opened 1 year ago
Same here! Seems like Go expects a seconds field. https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format
But standard cron doesn't have any seconds definition. https://crontab.guru/
I'm not usually a fan of "same here" comments, but this issue is going on 6 months old with no comments from the maintainers. I am seeing the same issue on version 2.9.39-beta
Confirming this behaviour in version 2.9.37
According to GO cron
20 2 * * 6-7
should be possible. But its not possible due to the evaluation which is based on the length of the input string.