Should throw error for 0 0 0 ? * 0,1,2,3,4,5,6 *
mallim opened this issue · 0 comments
mallim commented
Given
Options options = new Options();
options.setZeroBasedDayOfWeek( false );
options.setTwentyFourHourTime( true );
the description is At 00:00, only on Sunday, Sunday, Monday, Tuesday, Wednesday, Thursday and Friday, every year
expect ParseException to be thrown instead