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