FormatUsesAmPm
= FormatUsesAmPm(format) ? CLOCK_HOURS_12 : CLOCK_HOURS_24;
bool localeUses24HourClock = !FormatUsesAmPm(outFormat);