static String timeAgo({required DateTime date, String locale = 'en'}) { return timeago.format(date, locale: locale); }