File tree Expand file tree Collapse file tree
scalars/contributed/chillicream Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Invalid input values:
153153| ----------------------------------- | -------------------------------------- |
154154| ` "2023-12-24T15:30:00" ` | Missing time zone offset. |
155155| ` "2023-12-24 15:30:00Z" ` | Space instead of ` T ` or ` t ` separator. |
156- | ` "2023-12-24T25 :00:00Z" ` | Invalid hour (25 ). |
156+ | ` "2023-12-24T24 :00:00Z" ` | Invalid hour (24 ). |
157157| ` "2023-12-24T15:60:00Z" ` | Invalid minute (60). |
158158| ` "2023-02-30T15:30:00Z" ` | Invalid date (February 30th). |
159159| ` "2023-12-24T15:30:00.1234567890Z" ` | More than 9 fractional second digits. |
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Invalid input values:
146146| ` "2023-12-24T15:30:00Z" ` | Contains time zone indicator ` Z ` . |
147147| ` "2023-12-24T15:30:00+05:30" ` | Contains time zone offset. |
148148| ` "2023-12-24 15:30:00" ` | Invalid separator (space instead of ` T ` or ` t ` ). |
149- | ` "2023-12-24T25 :00:00" ` | Invalid hour (25 ). |
149+ | ` "2023-12-24T24 :00:00" ` | Invalid hour (24 ). |
150150| ` "2023-12-24T15:60:00" ` | Invalid minute (60). |
151151| ` "2023-02-30T15:30:00" ` | Invalid date (February 30th). |
152152| ` "2023-12-24T15:30:00.1234567890" ` | More than 9 fractional second digits. |
You can’t perform that action at this time.
0 commit comments