Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove 12hr time (#3954)

authored by

Samuel Newman and committed by
GitHub
7370bebf cf981124

-2
-2
src/components/dms/MessageItem.tsx
··· 137 137 const time = new Intl.DateTimeFormat(undefined, { 138 138 hour: 'numeric', 139 139 minute: 'numeric', 140 - hour12: true, 141 140 }).format(date) 142 141 143 142 const diff = now.getTime() - date.getTime() ··· 163 162 return new Intl.DateTimeFormat(undefined, { 164 163 hour: 'numeric', 165 164 minute: 'numeric', 166 - hour12: true, 167 165 day: 'numeric', 168 166 month: 'numeric', 169 167 year: 'numeric',