Skip to content

Returns the current UTC time.

func.utc_time()
func.utc_time()
┌────────────┐
'18:30:00'
└────────────┘
UTC_TIME()
SELECT UTC_TIME();
┌──────────┐
18:30:00
└──────────┘