String formatLocalized(DateTime date) { final localizedDateTime = getLocalizedDateTime(date); return format(localizedDateTime); }