dbader / schedule

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

python-dateutil support for timezone in at function #585

Open ts-accessio opened 1 year ago

ts-accessio commented 1 year ago

For those who prefer python-dateutil over pytz, this pull request adds support for it. If pytz is not installed, python-dateutil is used if available.