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

Aligned NaiveDateTime formatting with DateTime #535

Merged
merged 1 commit into from
Jun 5, 2021

Conversation

oeed
Copy link
Contributor

@oeed oeed commented Jun 2, 2021

Fixes #526

Chrono uses %Y-%m-%dT%H:%M:%S%.f%:z for it's RCC3339 formatting implementation. See https://github.com/chronotope/chrono/blob/3467172c31188006147585f6ed3727629d642fed/src/format/mod.rs#L680

@sunli829
Copy link
Collaborator

sunli829 commented Jun 4, 2021

Thanks! 😁

@sunli829 sunli829 merged commit b9d142b into async-graphql:master Jun 5, 2021
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

Successfully merging this pull request may close these issues.

Inconsistency between NaiveDateTime and DateTime formatting
2 participants