basecamp / local_time

Rails engine for cache-friendly, client-side local time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to display "an hour 2 min ago"

kirantpatil opened this issue · comments

With <%= local_time_ago(time) %>, I could see "an hour ago", but I would like to see "an hour 2 min ago".

How should I achieve it ?

Thanks.