fix(ui): Remove UTC from timestamps in app (#7474)

This commit is contained in:
Drew Kerrigan
2025-04-08 11:43:44 -04:00
committed by GitHub
parent 11e834f639
commit 8fb10fbbf7
+1 -1
View File
@@ -23,7 +23,7 @@ export const DateWithTime: React.FC<DateWithTimeProps> = ({
}
const formattedDate = format(date, "MMM dd, yyyy");
const formattedTime = format(date, "p 'UTC'");
const formattedTime = format(date, "p");
return (
<div className="mw-fit py-[2px]">