mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
fix(ui): Remove UTC from timestamps in app (#7474)
This commit is contained in:
@@ -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