Skip to content

Returns the current UTC date and time.

func.utc_timestamp()
func.utc_timestamp()
┌───────────────────────┐
'2024-06-15 18:30:00'
└───────────────────────┘
UTC_TIMESTAMP()
SELECT UTC_TIMESTAMP();
┌─────────────────────┐
2024-06-15 18:30:00
└─────────────────────┘