static String formatDateWithShortNames(DateTime date) { return dateWithShortNames.format(date.toLocal()); }