-
Notifications
You must be signed in to change notification settings - Fork 2
mabel.utils.dates
Justin Joyce edited this page Oct 24, 2021
·
2 revisions
Parses a human readable timedelta (3d5h19m) into a datetime.timedelta.
Delta includes: * Xd days * Xh hours * Xm minutes * Xs seconds
Values can be negative following timedelta's rules. Eg: -5h-30m
An interator over a range of dates
This file has been automatically generated, it is not the truth. If in doubt the code will tell you unambiguously what it does.