Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 18, 2023
1 parent 2e9ebad commit 0ca9231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/pages/docs/scalars/local-date-time.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# LocalDateTime

A local date-time string (i.e., with no associated timezone) in `YYYY-MM-DDTHH:mm:ss` format, e.g. `2020-01-01T00:00:00`.
The value is serialized and deserialized as a string as a signal to both clients and resolvers that special care must be taken with the value when converting it to any date/time type that includes a timezone, e.g., a JavaScript `Date`.

0 comments on commit 0ca9231

Please sign in to comment.