dbader / schedule

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

every day hat 9:59 does not work, but 10:00 works #514

Open Wissperwind opened 2 years ago

Wissperwind commented 2 years ago

Hi, The time format is HH:MM, but I think it would be nice if H:MS would also be supported. So that 7:35 and so on works. Simply add a 0 at the start.