UTC_TIMESTAMP (Lakehouse v2)
Returns the current UTC date and time.
Analyze Syntax
Section titled “Analyze Syntax”func.utc_timestamp()Analyze Examples
Section titled “Analyze Examples”func.utc_timestamp()
┌───────────────────────┐│ '2024-06-15 18:30:00' │└───────────────────────┘SQL Syntax
Section titled “SQL Syntax”UTC_TIMESTAMP()SQL Examples
Section titled “SQL Examples”SELECT UTC_TIMESTAMP();
┌─────────────────────┐│ 2024-06-15 18:30:00 │└─────────────────────┘