isodir
is an ISO 8601 duration period parser and generator. It supports
fractions.
Parse("PT24H")
yields a duration of 86400 secondsParse("PT60M")
yields a duration of 3600 secondsParse("P1.75D")
yields a duration of 151200 secondsParse("PT2H1,5M")
yields a duration of 7290 seconds