Skip to content

graphene type DateTime should used for sqlalchemy type DateTime #20

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

Merged
merged 6 commits into from
Nov 23, 2016
Merged

graphene type DateTime should used for sqlalchemy type DateTime #20

merged 6 commits into from
Nov 23, 2016

Conversation

palmkevin
Copy link
Contributor

Currently, datetime is converted to string.
The impact is, that the value is always formatted according to the local date and time representation and not, like defined by the standard, in the iso-format.
This pull request solves the problem

@coveralls
Copy link

coveralls commented Nov 21, 2016

Coverage Status

Coverage increased (+0.1%) to 90.417% when pulling b1b48ed on palmkevin:DateTime into c07b746 on graphql-python:master.

@coveralls
Copy link

coveralls commented Nov 21, 2016

Coverage Status

Coverage increased (+0.1%) to 90.417% when pulling ca51c21 on palmkevin:DateTime into c07b746 on graphql-python:master.

@syrusakbary syrusakbary merged commit 8080232 into graphql-python:master Nov 23, 2016
@palmkevin palmkevin deleted the DateTime branch November 23, 2016 10:13
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.

3 participants