Skip to content

Commit c626009

Browse files
authored
Update incorrect example (#27)
1 parent 64615c9 commit c626009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scalars/contributed/andimarek/date-time.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These are invalid examples:
8787
| ---------------------------------- | ------------------------------------------------------------------ |
8888
| `2011-08-30T13:22:53.108-03` | The minutes of the offset are missing. |
8989
| `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. |
90+
| `2011-08-30T23:22:53Z` | Fractions of a second are missing. |
9191
| `2011-08-30T13:22:53.108` | No offset provided. |
9292
| `2011-08-30` | No time provided. |
9393
| `2011-08-30T13:22:53.108-00:00` | Negative offset (`-00:00`) is not allowed |

0 commit comments

Comments
 (0)