TIMEOFDAY

Returns the wall-clock time as a text string. Function results advance during transactions.

Behavior Type

Volatile

Syntax

TIMEOFDAY()

Example

=> SELECT TIMEOFDAY();
              TIMEOFDAY
-------------------------------------
 Mon Dec 12 08:18:01.022710 2016 EST
(1 row)