TIMEOFDAY
Returns the wall-clock time as a text string.
	Returns the wall-clock time as a text string. Function results advance during transactions.
Behavior type
VolatileSyntax
TIMEOFDAY()
Examples
=> SELECT TIMEOFDAY();
              TIMEOFDAY
-------------------------------------
 Mon Dec 12 08:18:01.022710 2016 EST
(1 row)