UTC_TIME

Learn how to use the UTC_TIME date/time function in PlaidCloud Lakehouse. Returns the current UTC time - see syntax, examples, and output.

Returns the current UTC time.

Analyze Syntax

func.utc_time()

Analyze Examples

func.utc_time()

┌────────────┐
 '18:30:00'  
└────────────┘

SQL Syntax

UTC_TIME()

SQL Examples

SELECT UTC_TIME();

┌──────────┐
 18:30:00  
└──────────┘