PostgreSQLDate/Time FunctionsCLOCK_TIMESTAMP
MAKE_INTERVAL

CLOCK_TIMESTAMPDate/Time Functions

COUNT

Returns the current real-time timestamp.

Syntax

CLOCK_TIMESTAMP()

Example

Enter values below to update the example in real time.

exact_now
SELECT CLOCK_TIMESTAMP() AS exact_now;