Formats the time in 24-hour format with seconds
String formatTime24HourWithSeconds([String locale = 'en_US']) { return TimeFormatters.formatTime24HourWithSeconds(this, locale); }