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

When using the ‘L’ option, it is important not to specify lists, or ranges of values, as you’ll get confusing/unexpected results #257

Open
mengxy opened this issue Feb 25, 2022 · 1 comment

Comments

@mengxy
Copy link

mengxy commented Feb 25, 2022

http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html

Cron expression like 0 0 0 2,3,L * ? should be invalid.

@jafin
Copy link

jafin commented Mar 25, 2023

Is this just a limitation with the Quartz cron implementation? Shouldn't 2,3,L be valid as 2nd, 3rd and last day of the month (when used in the dayOfMonth position?

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