UTC_TIMESTAMP

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  
└─────────────────────┘