in reply to Perl module to "humanise" dates and times

Hi, I use and can recommend Time::Ago.

use Time::Ago; print Time::Ago->in_words($dt->epoch), "\n";
Hope this helps!


The way forward always starts with a minimal test.