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