CURRENT_TIMEZONE (Lakehouse v2)
Returns the current session time zone.
Analyze Syntax
Section titled “Analyze Syntax”func.current_timezone()Analyze Examples
Section titled “Analyze Examples”func.current_timezone()
┌────────────────────┐│ 'America/New_York' │└────────────────────┘SQL Syntax
Section titled “SQL Syntax”CURRENT_TIMEZONE()SQL Examples
Section titled “SQL Examples”SELECT CURRENT_TIMEZONE();
┌──────────────────┐│ America/New_York │└──────────────────┘