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
(cherry picked from commit 4b79b19ea5c3d17e05cb8130f3c754ac9bfd2382)
This commit is contained in:
Marios Trivyzas 2020-05-12 09:21:20 +02:00
parent 902fc546bd
commit 5c0f26de1d
No known key found for this signature in database
GPG Key ID: 98004DCEA1252F3D
1 changed files with 2 additions and 2 deletions

View File

@ -2777,8 +2777,8 @@ schema::datetime:ts
}
datetime
------------------------------------
2020-04-07T08:20:30.000Europe/Athens
-----------------------------
2020-04-07T10:20:30.000+03:00
// end::dateTimeParse3
;