instant execution of job with every().days.at on first run
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
When I schedule a job with `schedule.every().days.at("00:00:20", timezone("Europe/Amsterdam")).do()` the job will run immediately even if the first call of run_pending is at 15:00.
How can i prevent the instant execution? The first execution shall be at the next day
Python3.11
Schedule 1.2.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.