mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix "24" hour time
This commit is contained in:
@@ -19032,7 +19032,7 @@ speechSynthesis.getVoices();
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
second: 'numeric',
|
||||
hour12
|
||||
hourCycle: (hour12 ? 'h12' : 'h23')
|
||||
});
|
||||
} else if (format === 'short') {
|
||||
return dt
|
||||
@@ -19041,7 +19041,7 @@ speechSynthesis.getVoices();
|
||||
day: '2-digit',
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
hour12
|
||||
hourCycle: (hour12 ? 'h12' : 'h23')
|
||||
})
|
||||
.replace(' AM', 'am')
|
||||
.replace(' PM', 'pm')
|
||||
|
||||
Reference in New Issue
Block a user