TIMEOFDAY()

Return a VARCHAR string that specifies the date, time, and weekday.
TIMEOFDAY()
For example:
premdb=# select timeofday() from sys.const;
            timeofday            
---------------------------------
 Mon Oct 16 12:35:26.039702 2017
(1 row)