node-cron icon indicating copy to clipboard operation
node-cron copied to clipboard

Not triggered with month specific crons

Open frankforpresident opened this issue 3 years ago • 1 comments

I've noticed when I use crons that are month specific, they aren't executed. Only when using alterative single values it does work.

What doesn't work: 9,29,49 * * 6 *

What does work: 9,29,49 * * JUN * 9,29,49 * * * *

frankforpresident avatar Jun 29 '21 11:06 frankforpresident

In the doc you can see: Months: 0-11 (Jan-Dec)

So 6 means July.

tjpgt avatar Aug 10 '21 03:08 tjpgt