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
Bottled Water outputs datetimes as a dict of datetime components like the following.
"created": { "DateTime": { "year": "2017", "month": "03", "date": "14", "hour": "15", "minute": "42", "second": "49", "micro": "230990" } }
It would be handy to have an option to output an ISO 8601 combined date and time format instead.
2017-03-14T15:42:49.230990
The text was updated successfully, but these errors were encountered:
kinghuang
No branches or pull requests
Bottled Water outputs datetimes as a dict of datetime components like the following.
It would be handy to have an option to output an ISO 8601 combined date and time format instead.
The text was updated successfully, but these errors were encountered: