Zend_Date::setOptions(array('format_type' => 'php'));$date = new Zend_Date(1234567890);print $date->toString('"Y-m-d H:i:s"');