ServerTimeZone
Determine how to interpret datetime values from the server.
Possible Values
UTC, LOCALData Type
string
Default Value
"UTC"
Remarks
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.