We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6717531 commit ac72d92Copy full SHA for ac72d92
x-pack/plugin/esql/qa/testFixtures/src/main/resources/date.csv-spec
@@ -200,7 +200,7 @@ birth_date:date |bd:date
200
1964-06-02T00:00:00.000Z|1964-06-02T00:00:00.000Z
201
;
202
203
-convert with zones
+convert with zones#[skip:-8.13.99, reason: default date formatter is changed in 8.14]
204
ROW str = "2025-04-11T05:00:00+0400"
205
| EVAL dt = TO_DATETIME(str);
206
@@ -216,7 +216,7 @@ dt:datetime | bool:boolean
216
2025-04-11T01:00:00.000Z | true
217
218
219
-convert no zone
+convert no zone#[skip:-8.13.99, reason: default date formatter is changed in 8.14]
220
ROW str = "2025-04-11T05:00:00.000"
221
222
0 commit comments