You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like the ISO 8601 duration implementation to support months as well so it provides full support of the spec
Describe the solution you'd like
An additional field for Months on the duration struct
No more error to be returned if a months value is passed in the parsing function, and the field to be assigned
The String function to print that value when provided
The ToDuration function to include that value (what would be the conversion though?)
Is your feature request related to a problem? Please describe.
I'd like the ISO 8601 duration implementation to support months as well so it provides full support of the spec
Describe the solution you'd like
Describe alternatives you've considered
N/A.
Additional context
Related #11
The text was updated successfully, but these errors were encountered: