According to Wikipedia:
The smallest value used may also have a decimal fraction, as in "P0.5Y" to indicate half a year. This decimal fraction may be specified with either a comma or a full stop, as in "P0,5Y" or "P0.5Y".
This is not currently supported by this library, which expects only integer component values.
Supporting this would be a breaking change, since the type of the component values is uint and would need to be changed.
According to Wikipedia:
This is not currently supported by this library, which expects only integer component values.
Supporting this would be a breaking change, since the type of the component values is
uintand would need to be changed.