From 069d6a067ccccf51d4d2fe2baf0c487610544556 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 6 Jan 2021 12:45:01 -0800 Subject: [PATCH] remove UTC mentions (#14465) --- explorer/src/components/UnlockAlert.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/explorer/src/components/UnlockAlert.tsx b/explorer/src/components/UnlockAlert.tsx index 9d14aff9b6..97fd023178 100644 --- a/explorer/src/components/UnlockAlert.tsx +++ b/explorer/src/components/UnlockAlert.tsx @@ -74,11 +74,10 @@ export function UnlockAlert() { return (

- An unlock event is scheduled for January 7, 2021 00:00 UTC cluster time. + An unlock event is scheduled for January 7, 2021 00:00 cluster time.

- Cluster time is currently {displayTimestamp(blockTime * 1000)} UTC. - Cluster time may vary from actual UTC time. + Cluster time is currently {displayTimestamp(blockTime * 1000)}.

More information can be found{" "}