Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Given an integer Unix timestamp, return the corresponding datetime.
FROM_UNIXTIME (epoch)
A datetime object.
select from_unixtime(1234567890);
+---------------------------+
| from_unixtime(1234567890) |
+---------------------------+
| 2009-02-13 23:31:30 |
+---------------------------+