Gets relative time string
String getRelativeTime(DateTime date) { return RelativeTime.getRelativeTime(date, locale); }