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"; [download]