jasonlvhit / gocron

A Golang Job Scheduling Package.
BSD 2-Clause "Simplified" License
3.47k stars 345 forks source link

exec time #169

Open Soberabsurd opened 3 years ago

Soberabsurd commented 3 years ago

I want set last day of every month to exec command.
I use "0 0 8 28-31 " ,but not what I wanted Would you please tell me what I should do?

JohnRoesler commented 3 years ago

Hi @Soberabsurd this repo is no longer maintained. We have an actively maintained fork over at https://github.com/go-co-op/gocron. Take a look over there. I don't think we support last day of the month at this point, but you could open a feature request issue there!