explorer: remove UTC from cluster time (#14466)

* remove UTC mentions

* remove UTC from cluster stats
This commit is contained in:
Josh 2021-01-06 13:02:32 -08:00 committed by GitHub
parent 069d6a067c
commit a89ba32b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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}`;