Ver original<?php function tim($t){ return gmstrftime("%H horas %M minutos %S segundos",strtotime("+$t second")-time());}echo tim(61);?>