UTC_TIME (Lakehouse v2)
Returns the current UTC time.
Analyze Syntax
Section titled “Analyze Syntax”func.utc_time()Analyze Examples
Section titled “Analyze Examples”func.utc_time()
┌────────────┐│ '18:30:00' │└────────────┘SQL Syntax
Section titled “SQL Syntax”UTC_TIME()SQL Examples
Section titled “SQL Examples”SELECT UTC_TIME();
┌──────────┐│ 18:30:00 │└──────────┘