CURRENT_TIMEZONE
Learn how to use the CURRENT_TIMEZONE date/time function in PlaidCloud Lakehouse. Returns the current session time zone - see syntax, examples, and output.
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 │
└──────────────────┘