Syntax
USEC_TO_TIME(usec)
Purpose
You can call this function to convert the value of usec into the TIMESTAMP data type.
usec specifies the number of microseconds from 1970-01-01 00:00:00.000000, taking into account the time zone.
Examples
obclient> SELECT USEC_TO_TIME(1);
+----------------------------+
USEC_TO_TIME(1)
+----------------------------+
1970-01-01 08:00:00.000001
+----------------------------+
1 row in set (0.00 sec)