explorer: remove UTC from cluster time (#14466)
* remove UTC mentions * remove UTC from cluster stats
This commit is contained in:
parent
069d6a067c
commit
a89ba32b24
|
@ -28,7 +28,6 @@ export function displayTimestampUtc(unixTimestamp: number): string {
|
||||||
minute: "numeric",
|
minute: "numeric",
|
||||||
second: "numeric",
|
second: "numeric",
|
||||||
hour12: false,
|
hour12: false,
|
||||||
timeZoneName: "short",
|
|
||||||
timeZone: "UTC",
|
timeZone: "UTC",
|
||||||
}).format(expireDate);
|
}).format(expireDate);
|
||||||
return `${dateString} at ${timeString}`;
|
return `${dateString} at ${timeString}`;
|
||||||
|
|
Loading…
Reference in New Issue