[BUG] error processing L as the last day of the month in cron expressions #1370
Unanswered
SerafimChereshnikov224
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The scheduler version 2.5.0 cannot process cron expressions where the last day of the month is specified with L for months that do not have 31 days. For example, "0 11 11 L FEB ?" or "0 11 11 L SEP,JAN ?".
However, "0 11 11 L * ?" or "0 11 11 L JAN ?" or "0 11 11 30 SEP ?" is processed correctly.
This issue only occurs in version 2.5.0, earlier versions function properly.
Beta Was this translation helpful? Give feedback.
All reactions