SyntaxFix
Write A Post
Hire A Developer
Questions
Use the FROM_UNIXTIME() function in MySQL
FROM_UNIXTIME()
Remember that if you are using a framework that stores it in milliseconds (for example Java's timestamp) you have to divide by 1000 to obtain the right Unix time in seconds.