Time::Convert - Interface to converting unix seconds to years, days, hours and minutes.
use Time::Convert; my $convert = new Time::Convert;
use Time::Convert; my $convert = new Time::Convert; $REPLY = $convert->ConvertSecs(time); print($REPLY);