'php')); try { $date = new Zend_Date($time); return $date->toString("d.m.Y H:i:s"); } catch (Exception $e) { return $e->getMessage(); } } }