MySQL Date Format Unix TimeStamp
SELECT
FROM_UNIXTIME(timestamp)
FROM
your_table;
Wrong Wolverine
SELECT
FROM_UNIXTIME(timestamp)
FROM
your_table;