You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe directly accepting datetime.timedelta variables as time parameter (see Client) could be great, in addition to the standard int or unix timestamp value.
It would only require to check the type of the variable, and get the delta.total_seconds() value.