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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run yarn generate in the terminal. Please make sure the GraphQL Scalars package version under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure the GraphQL Scalars package version under package.json matches yours.
package.json
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:
Now LocalDateTime scalar is available!
LocalDateTime
Sorry, something went wrong.
LocalDateTime isn't listed in the documentation as an available scalar.
No branches or pull requests
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: