Date: Mon Jun 13 2022

Included in the ISO8601 date standard is a string format for specifying time durations. Such as PT10S means a duration of 10 seconds, and P1YT10H means 1 year 10 hours.

These duration strings are widely used and should be supported. This validation is not included in the supporting package, and was implemented directly by using the iso8601-duration package.