ServerTimeZone
Specifies how the provider interprets datetime values returned from Databricks.
Possible Values
UTC, LOCALData Type
string
Default Value
"UTC"
Remarks
The ServerTimeZone property controls how datetime values are interpreted and converted between the Databricks server and the local system.
When this property is set to UTC, the connector assumes the server stores datetime values in Coordinated Universal Time and converts them to the local time zone.
When this property is set to LOCAL, datetime values are interpreted as local time with no conversion applied.
This property is useful for ensuring consistent timestamp handling across environments with different regional or daylight-saving settings.