ReferenceSQL language referenceFunctionsBuilt-in functionsAlphabetical list of built-in functionscurrent_timezone functionOn this pagecurrent_timezone function Applies to: Databricks SQL Databricks Runtime Returns the current session local timezone. Syntax current_timezone() Arguments This function takes no arguments. Returns A STRING. Examples SQL> SELECT current_timezone(); Asia/Shanghai Related functions current_date function current_timestamp function now function