unix timestamp:
http://it.php.net/date
codice:
$data = '1128439229';
echo date( 'd/m/Y H:i:s', $data );