Fix full date display not respecting the locale 12/24h format (#29448)
This commit is contained in:
@@ -65,7 +65,6 @@ function loaded() {
|
||||
|
||||
const timeFormat = new Intl.DateTimeFormat(locale, {
|
||||
timeStyle: 'short',
|
||||
hour12: false,
|
||||
});
|
||||
|
||||
const formatMessage = ({ id, defaultMessage }, values) => {
|
||||
|
||||
Reference in New Issue
Block a user