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

Giving day and weekday ignores the day

Open grosser opened this issue 4 years ago • 0 comments

CronParser.new("1 1 1 1 1").next.strftime '%a' -> not a Monday ... CronParser.new("1 1 * 1 1").next.strftime '%a' works though

grosser avatar Mar 13 '20 01:03 grosser