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?
It may be as simple, as this to add seven days, assuming a slip of a second
is not important or even a hour when things change.
Enddate = Beg
On Thursday, July 21, 2022 at 8:19:34 PM UTC+1, rambius wrote:
> Hello,
>
> 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?
>
> Regards
> rambius
>
> P.S.
>
> --
> Tangra Mega Rock:
> 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
--
https://mail.pyth
Hello,
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?
Regards
rambius
P.S.
--
Tangra Mega Rock: http://www.radiotangra.com
--
https://mail.python.org/mailman/listinfo/python-list