UTC_TIME
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 │
└──────────┘
Returns the current UTC time.
func.utc_time()
func.utc_time()
┌────────────┐
│ '18:30:00' │
└────────────┘
UTC_TIME()
SELECT UTC_TIME();
┌──────────┐
│ 18:30:00 │
└──────────┘