CURRENT_TIMEZONE

Returns the current session time zone.

Analyze Syntax

func.current_timezone()

Analyze Examples

func.current_timezone()

┌────────────────────┐
 'America/New_York'  
└────────────────────┘

SQL Syntax

CURRENT_TIMEZONE()

SQL Examples

SELECT CURRENT_TIMEZONE();

┌──────────────────┐
 America/New_York  
└──────────────────┘