Skip to content
New issue

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

Add option to output ISO 8601 format datetimes #16

Open
kinghuang opened this issue Mar 14, 2017 · 0 comments
Open

Add option to output ISO 8601 format datetimes #16

kinghuang opened this issue Mar 14, 2017 · 0 comments
Assignees

Comments

@kinghuang
Copy link

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
@kinghuang kinghuang self-assigned this Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant