robfig / cron

a cron library for go
MIT License
13.16k stars 1.63k forks source link

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

Open axiaoxin opened 4 years ago

zhufenggood commented 4 years ago

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

axiaoxin commented 4 years ago

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

PengWuLin commented 4 years ago

279

Already have a try.

Is the latest version supported

rissw commented 4 years ago

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