Resolving Weekday Schedules to Dates

Skip Montanaro skip.montanaro at gmail.com
Thu Jul 21 15:39:01 EDT 2022


> Do you know of a library that resolves schedules like every Wednesday
> at 3:00pm to absolute time, that is return the datetime of the next
> occurrence?

Take a look at the `rrule` module in the `dateutil` package:

https://dateutil.readthedocs.io/en/stable/rrule.html

Skip


More information about the Python-list mailing list