cron icon indicating copy to clipboard operation
cron copied to clipboard

is there a way to support set a spec as last day of the month like 0 0 8 L * ?

Open axiaoxin opened this issue 4 years ago • 4 comments

axiaoxin avatar Apr 02 '20 15:04 axiaoxin

https://github.com/robfig/cron/pull/279 Already have a try.

zhufenggood avatar Apr 10 '20 08:04 zhufenggood

raise err in v1.2.0 and v3.0.0: Failed to parse int from L: strconv.Atoi: parsing "L": invalid syntax

axiaoxin avatar Apr 16 '20 07:04 axiaoxin

#279 Already have a try.

Is the latest version supported

PengWuLin avatar Apr 24 '20 09:04 PengWuLin

a simple workaround https://github.com/robfig/cron/pull/325 latest version is not supported yet

rissw avatar Jul 13 '20 03:07 rissw