We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64615c9 commit c626009Copy full SHA for c626009
scalars/contributed/andimarek/date-time.md
@@ -87,7 +87,7 @@ These are invalid examples:
87
| ---------------------------------- | ------------------------------------------------------------------ |
88
| `2011-08-30T13:22:53.108-03` | The minutes of the offset are missing. |
89
| `2011-08-30T13:22:53.108912Z` | Too many digits for fractions of a second. Exactly three expected. |
90
-| `2011-08-30T24:22:53Z` | Fractions of a second are missing. |
+| `2011-08-30T23:22:53Z` | Fractions of a second are missing. |
91
| `2011-08-30T13:22:53.108` | No offset provided. |
92
| `2011-08-30` | No time provided. |
93
| `2011-08-30T13:22:53.108-00:00` | Negative offset (`-00:00`) is not allowed |
0 commit comments