remove 12hr time (#3954)
This commit is contained in:
parent
cf981124e4
commit
7370bebf07
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue