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
Hello.
Is there plans to support of parsing from and output to ISO 8601 format?
For example, P3Y6M4DT12H30M5S represents a duration of "three years, six months, four days, twelve hours, thirty minutes, and five seconds".
P3Y6M4DT12H30M5S
It would be useful, for example, for saving into and read from PostgreSQL's interval column.
interval
See https://en.wikipedia.org/wiki/ISO_8601#Durations for further information.
The text was updated successfully, but these errors were encountered:
+1 This is also needed for things like logging time tracking entries into QuickBooks Web Connector (accepts a time interval in ISO 8601 format only).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello.
Is there plans to support of parsing from and output to ISO 8601 format?
For example,
P3Y6M4DT12H30M5S
represents a duration of "three years, six months, four days, twelve hours, thirty minutes, and five seconds".It would be useful, for example, for saving into and read from PostgreSQL's
interval
column.See https://en.wikipedia.org/wiki/ISO_8601#Durations for further information.
The text was updated successfully, but these errors were encountered: