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 Pepe Fagoaga
parent f4746a1b09
commit eec0b45b32
+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]">