From a89ba32b240830ce18c47a31a94bf0a0a0319ca3 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 6 Jan 2021 13:02:32 -0800 Subject: [PATCH] explorer: remove UTC from cluster time (#14466) * remove UTC mentions * remove UTC from cluster stats --- explorer/src/utils/date.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/explorer/src/utils/date.ts b/explorer/src/utils/date.ts index 03f33e2209..0f1cc999bb 100644 --- a/explorer/src/utils/date.ts +++ b/explorer/src/utils/date.ts @@ -28,7 +28,6 @@ export function displayTimestampUtc(unixTimestamp: number): string { minute: "numeric", second: "numeric", hour12: false, - timeZoneName: "short", timeZone: "UTC", }).format(expireDate); return `${dateString} at ${timeString}`;