-
Notifications
You must be signed in to change notification settings - Fork 262
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
DOM list including "L" does not behave as expected #539
Comments
@kristofarkas, thank you for reporting this. May we ask you for a PR with a test reproducing the issue? Thanks! 😄 |
Hey @jmrozanec! Here is a repro: https://github.com/jmrozanec/cron-utils/pull/540/files |
(just a lurker, not part of the project, just trying to help)
The README for this project says:
so I think the intent is for |
This quote is from the quarz cron tutorial here: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html. Is |
Any thoughts on this @jmrozanec? I could contribute a fix (if this is indeed a bug) with some help from you on where to look. |
@kristofarkas, if the expression is valid, it must be supported as defined in the specification. We will be glad to merge a PR with a valid fix 😄 Thanks! |
[BUG] Add failing test for issue #539
A cron expression for every 15th and last day of the month at 12:00 does not behave as expected and skips the last days when asked for next execution time.
Example cron schedule:
0 0 L,15 * *
While the cron expression is "valid" I wonder if this is in fact not supported.
The text was updated successfully, but these errors were encountered: