explicit hourCycle

https://github.com/tc39/ecma402/pull/758
This commit is contained in:
ctcpip 2023-08-15 12:01:45 -05:00
parent 62e5cdfbb7
commit a63918a45f

View file

@ -22,6 +22,7 @@ const showTimeZones = [
const formatOptions = {
hour: "2-digit",
hour12: false,
hourCycle: 'h23',
minute: "2-digit",
}