This article is tagged with:
Sql convert unix time to date
and mysql
sql convert unix time to date
select FROM_UNIXTIME(UNIX_TIMESTAMP(),'%a %b %d %H:%i:%s UTC %Y');