String timeAgo({String locale = 'ru', bool short = false, DateTime? fromDateTime}) { return timeago.format(this, locale: short ? '${locale}_short' : locale, clock: fromDateTime); }