dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.62k stars 954 forks source link

Add specific day on month #615

Open Workbench3D opened 4 months ago

Workbench3D commented 4 months ago

resolve #487

For some reason, pull request (#565) wasn't included in the release version, so I've set up a monthly schedule. Days 1 through 28 are supported, due to February's variability.

Has preserved the project's naming philosophy.

schedule.every(3).months.at("28 12:30").do(job)
schedule.every().month.at("01 12:44:02", "UTC").do(job)