remove 12hr time (#3954)
parent
cf981124e4
commit
7370bebf07
|
@ -137,7 +137,6 @@ let MessageItemMetadata = ({
|
|||
const time = new Intl.DateTimeFormat(undefined, {
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
hour12: true,
|
||||
}).format(date)
|
||||
|
||||
const diff = now.getTime() - date.getTime()
|
||||
|
@ -163,7 +162,6 @@ let MessageItemMetadata = ({
|
|||
return new Intl.DateTimeFormat(undefined, {
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
hour12: true,
|
||||
day: 'numeric',
|
||||
month: 'numeric',
|
||||
year: 'numeric',
|
||||
|
|
Loading…
Reference in New Issue