You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: