quartz-scheduler / quartz

Code for Quartz Scheduler
http://www.quartz-scheduler.org
Apache License 2.0
6.31k stars 1.94k forks source link

Support for specifying 'L' and 'LW' with other days in day-of-month field #1175

Closed abicky closed 1 month ago

abicky commented 1 month ago

This PR supports cron expressions whose day-of-month field has "L" with other days such as "0 15 10 1,L * ? 2010." The changes are the same as https://github.com/quartz-scheduler/quartz/pull/1126 except that I've rebased the branch to the latest main branch.

Changes


Checklist

jhouserizer commented 1 month ago

ok, i botched resolving the conflicts. :)