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