in reply to Is there a way to convert epoch time into mm/dd/yy hh:mm:ss

You can use Date::Manip for that. Simply use
$date = &ParseDateString("epoch $secs"); print UnixDate($date,"%d/%m/%y %H:%M:%S");