cron
cron copied to clipboard
add L support with no changes on the SpecSchedule structure or whatsoever
It's a simple changes to support L in Day of month (only up to last 7 day before EOM, but if needed can be done up to 14 days), and also support last day occurrence in the month
I would love to see this get reviewed and merged.
@robfig what do you think about adding the support to L
to the mainline?
The project's readme currently refers to Quartz Cron syntax, that has very useful features:
- The ‘L’ character is allowed for the day-of-month and day-of-week fields.
- The ‘W’ is used to specify the weekday (Monday-Friday) nearest the given day.
- The ‘#’ is used to specify “the nth” XXX weekday of the month.
This extended syntax is also supported by AWS's EventBridge. It'd be very helpful to have those in the package, starting with the last "day of the month".
why L not be supported now????????????
why L not be supported now????????????
This project has been abandoned. I've added support for this in my fork.
why L not be supported now????????????
This project has been abandoned. I've added support for this in my fork.
Not very alive as well ...
Not very alive as well ...
There are no open issues or PRs. If you'd like to request a feature, feel free to open an issue or PR. The library is as complete as I need it to be today.