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
Be able to specify duration like "3h" and have a utility function to convert to seconds or milliseconds.
Attempted Solutions
None
Proposal
Have duration_in_s() that convert a string representation of duration to seconds, and duration_in_ms() that convert a string representation of duration to milliseconds.