Formats the time in 12-hour format (e.g., "2:30 PM")
String formatTime12Hour([String locale = 'en_US']) { return TimeFormatters.formatTime12Hour(this, locale); }