dbader / schedule

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

Extract only the time from next_run_datetime() #611

Closed mdwybo closed 5 months ago

mdwybo commented 5 months ago

Hi. I would like to extract and display only the time of the next scheduled job from next_run_datetime(). Is this possible?

Thanks

mdwybo commented 5 months ago

Sorry, I figured it out.

mdwybo commented 5 months ago

Sorry, I figured it out. Somewhat new to this.