ISO 8601 duration parser
Parse strings like P3Y6M4DT12H30M5S into total seconds, a human-readable form, and the resulting date if added to now.
parsed
- years
- -
- months
- -
- weeks
- -
- days
- -
- hours
- -
- minutes
- -
- seconds
- -
- total ms
- -
- english
- -
- now + duration
- -
-