UTC_TIMESTAMP
Learn how to use the UTC_TIMESTAMP date/time function in PlaidCloud Lakehouse. Returns the current UTC date and time - see syntax, examples, and output.
Returns the current UTC date and time.
Analyze Syntax
func.utc_timestamp()
Analyze Examples
func.utc_timestamp()
┌───────────────────────┐
│ '2024-06-15 18:30:00' │
└───────────────────────┘
SQL Syntax
UTC_TIMESTAMP()
SQL Examples
SELECT UTC_TIMESTAMP();
┌─────────────────────┐
│ 2024-06-15 18:30:00 │
└─────────────────────┘