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? 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
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 Mesh package versions under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure Mesh package versions under package.json matches yours.
package.json
Describe the bug
All Dates are being converted to UTC. This Issue is to coordinate the fix with graphql-scalars library
Urigo/graphql-scalars#1848
To Reproduce Steps to reproduce the behavior:
N/A all DateTime scalars remove timezone values
Expected behavior
Accoring to the RFC 3339 spec, theres no reason they should adjust to UTC
Additional context
Previously discussed with @ardatan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
All Dates are being converted to UTC. This Issue is to coordinate the fix with graphql-scalars library
Urigo/graphql-scalars#1848
To Reproduce Steps to reproduce the behavior:
N/A all DateTime scalars remove timezone values
Expected behavior
Accoring to the RFC 3339 spec, theres no reason they should adjust to UTC
Additional context
Previously discussed with @ardatan
The text was updated successfully, but these errors were encountered: