You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a story behind this. DateTime has been implemented differently across different languages, because the original RFC 3339 wasn't specific enough. At work we had a problem where the number of digits used to express nanoseconds was different in two implementations. It was a subtle difference, but it can have an impact.
After this happened we created a way to standardise GraphQL Scalars across implementations. Here's a blog explaining more background behind the GraphQL Scalars initiative https://graphql.org/blog/2023-01-14-graphql-scalars/
I needed to fix ZoneId in my dates from server and found something that I don't see a reason for, can some one help?
In DateTimeScalar
Is there any reason why this code is used:
and not something like this:
The text was updated successfully, but these errors were encountered: