semaphore icon indicating copy to clipboard operation
semaphore copied to clipboard

Cron input evaluates to a wrong max length

Open josefglatz opened this issue 1 year ago • 3 comments

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.

josefglatz avatar Jul 18 '23 16:07 josefglatz

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/ Bildschirmfoto vom 2023-11-01 17-44-21

mad73923 avatar Nov 01 '23 16:11 mad73923

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

miversen33 avatar Dec 01 '23 17:12 miversen33

Confirming this behaviour in version 2.9.37

emollusion avatar Jan 16 '24 14:01 emollusion