We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
humantime
There appears to be an issue with the conversion of ISO8601 durations to humantime format when month/year is set:
P0Y1M1DT5H5M6S
1month 18h 31m 30s
P0Y0M1DT5H5M6S
1day 5h 5m 6s
The text was updated successfully, but these errors were encountered:
slinkydeveloper
No branches or pull requests
There appears to be an issue with the conversion of ISO8601 durations to
humantime
format when month/year is set:P0Y1M1DT5H5M6S
->1month 18h 31m 30s
P0Y0M1DT5H5M6S
->1day 5h 5m 6s
The text was updated successfully, but these errors were encountered: