ServerTimeZone
Determine how to interpret datetime values from the server.
Possible Values
UTC, LOCALデータ型
string
デフォルト値
"UTC"
解説
Databricks uses the UTC time zone by default. The server returns datetime values in UTC, which the driver converts to the local time zone.
If the datetime value is set to LOCAL, the server's time zone is considered the local time zone without any time zone conversion.