Syntax
USEC_TO_TIME(usec)
Purpose
USEC_TO_TIME() converts the value of usec into the TIMESTAMP 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