about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-05-10 17:36:06 +0100
committerGitHub <noreply@github.com>2024-05-10 17:36:06 +0100
commit7370bebf072c345c8e25974a694595f32f1bb4ca (patch)
tree40b4b1a14f14c0c53af57ce31b580e39a4f63e80 /src
parentcf981124e47feb1769ef71d0cb73dbd10e2a48d2 (diff)
downloadvoidsky-7370bebf072c345c8e25974a694595f32f1bb4ca.tar.zst
remove 12hr time (#3954)
Diffstat (limited to 'src')
-rw-r--r--src/components/dms/MessageItem.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/dms/MessageItem.tsx b/src/components/dms/MessageItem.tsx
index e9128c5a0..faf0c88cd 100644
--- a/src/components/dms/MessageItem.tsx
+++ b/src/components/dms/MessageItem.tsx
@@ -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',