Skip to content

Commit 4b79b19

Browse files
authored
SQL: [Docs] Fix example for DATETIME_PARSE (#56409)
When no timezone is specified the session timezone is used without conversion, fix the docs test accordingly. Follows: #56158
1 parent e742e1b commit 4b79b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/sql/qa/src/main/resources/docs/docs.csv-spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,8 +2778,8 @@ schema::datetime:ts
27782778
}
27792779

27802780
datetime
2781-
------------------------------------
2782-
2020-04-07T08:20:30.000Europe/Athens
2781+
-----------------------------
2782+
2020-04-07T10:20:30.000+03:00
27832783
// end::dateTimeParse3
27842784
;
27852785

0 commit comments

Comments
 (0)