current_timezone
function
Applies to: Databricks SQL
Databricks Runtime
Returns the current session local timezone.
current_timezone()
This function takes no arguments.
A STRING.
> SELECT current_timezone();
Asia/Shanghai