Ver original<?php$mysqltime = '1324920082';$timestamp = strtotime($mysqltime);echo date("Y-m-d H:i:s", $timestamp);?>