Formats time in 24-hour format
String formatTime24Hour(DateTime date) { return TimeFormatters.formatTime24Hour(date, locale); }