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:
parent
902fc546bd
commit
5c0f26de1d
|
@ -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
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue