ReferênciaReferência de idioma SQLFunçõesfunções integradasLista alfabética de funções integradasfunção current_timezoneNessa páginacurrent_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