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
DateTime, exact point in time with UTC offset: 2011-08-30T13:22:53.108+03:30
LocalDate, a local date without a time-zone: 1983-10-20
But we're missing a way to represent a local date with a time like 2007-12-03T10:15:30
It cannot be represented as a DateTime because the semantics are different. A LocalDateTime point in time might change if some of our governments decide to change timezones.
The specification could be relatively close to the Java LocalDateTime. I can write something up if there's interest.
Right now we have:
2011-08-30T13:22:53.108+03:30
1983-10-20
But we're missing a way to represent a local date with a time like
2007-12-03T10:15:30
It cannot be represented as a
DateTime
because the semantics are different. A LocalDateTime point in time might change if some of our governments decide to change timezones.The specification could be relatively close to the Java LocalDateTime. I can write something up if there's interest.
Prior art:
LocalDateTime
scalar graphql-java/graphql-java-extended-scalars#7The text was updated successfully, but these errors were encountered: