ServerTimeZone Parameter (Connect-Databricks Cmdlet)
Determine how to interpret datetime values from the server.
Syntax
Connect-Databricks -ServerTimeZone string
Possible Values
UTC, LOCALData Type
cstr
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.