parse_duration(value)
[source]
Parses a string and returns a datetime.timedelta
.
Expects data in the format "DD HH:MM:SS.uuuuuu"
or as specified by ISO 8601 (e.g. P4DT1H15M20S
which is equivalent to 4 1:15:20
).
parse_duration(value)
[source]
Parses a string and returns a datetime.timedelta
.
Expects data in the format "DD HH:MM:SS.uuuuuu"
or as specified by ISO 8601 (e.g. P4DT1H15M20S
which is equivalent to 4 1:15:20
).
Please login to continue.