mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix(ui): Remove UTC from timestamps in app (#7474)
This commit is contained in:
committed by
Pepe Fagoaga
parent
f4746a1b09
commit
eec0b45b32
@@ -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]">
|
||||
|
||||
Reference in New Issue
Block a user