Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with parsing "0 0 6 ? * 2,3,4,5,6,7,1 *" #230

Open
rajeshwarpatlolla opened this issue May 20, 2018 · 1 comment
Open

Issue with parsing "0 0 6 ? * 2,3,4,5,6,7,1 *" #230

rajeshwarpatlolla opened this issue May 20, 2018 · 1 comment

Comments

@rajeshwarpatlolla
Copy link

rajeshwarpatlolla commented May 20, 2018

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.

screen shot 2018-05-20 at 1 36 58 pm

I am using later.parse.cron("0 0 6 ? * 2,3,4,5,6,7,1 *") to parse the cron string.

@priyesh2609
Copy link

try this - later.parse.cron("0 0 6 ? * 2,3,4,5,6,7,1 *", true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants