-
Notifications
You must be signed in to change notification settings - Fork 134
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
Stop DateTime auto converting to UTC #1848
Comments
4 tasks
Now |
|
This was referenced May 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
DateTime scalar auto converts to UTC by design
See test that confirms this was intentional
To Reproduce
Steps to reproduce the behavior:
Use DateTime in a query
Expected behavior
The RFC 3339 spec doesn't mention anything about shifting to UTC, so it should keep all timezone adjustments
The text was updated successfully, but these errors were encountered: