SQL Conversi UNIX Time ke Date

select FROM_UNIXTIME(UNIX_TIMESTAMP(),'%a %b %d %H:%i:%s UTC %Y');
Adorable Anteater