later
later copied to clipboard
Issue with parsing "0 0 6 ? * 2,3,4,5,6,7,1 *"
The cron string(quartz type) should give the result related to At 06:00 AM, only on Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, and Monday
, but it is giving me wrong output as shown in the image.
I am using later.parse.cron("0 0 6 ? * 2,3,4,5,6,7,1 *")
to parse the cron string.
try this - later.parse.cron("0 0 6 ? * 2,3,4,5,6,7,1 *", true)