cron icon indicating copy to clipboard operation
cron copied to clipboard

[QA] Is last day of month supported ?

Open ChuanDou2021 opened this issue 3 years ago • 6 comments

Like "* * 8 L * ?", thanks

ChuanDou2021 avatar Mar 05 '23 10:03 ChuanDou2021

I believe so, this project is modeled off https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm

Alextopher avatar Sep 21 '23 19:09 Alextopher

From my tests, L does not seem to be supported by cron at the moment. See https://github.com/Hexagon/croner-rust#why-croner-instead-of-cron-or-saffron

Hexagon avatar Dec 02 '23 00:12 Hexagon