grahamar/cron-parser

Incorrect description for 0 0 7 ? * 7#1

Opened this issue · 0 comments

It prints:

At 7:00 AM, on the first Sunday of the month

Should be:

At 07:00 AM, on the first Saturday of the month

System.out.println(CronExpressionDescriptor.getDescription("0 0 7 ? * 7#1"));

Verify here:

https://www.freeformatter.com/cron-expression-generator-quartz.html

Thanks!