From 05a1680a05bcf09881b714cb3390efaf54047997 Mon Sep 17 00:00:00 2001
From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com>
Date: Mon, 5 Jun 2023 21:40:52 +0200
Subject: [PATCH] Update timestamp Blocks.vue
---
new-web/components/tables/Blocks.vue | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/new-web/components/tables/Blocks.vue b/new-web/components/tables/Blocks.vue
index adf2372..7e5887e 100644
--- a/new-web/components/tables/Blocks.vue
+++ b/new-web/components/tables/Blocks.vue
@@ -34,7 +34,7 @@
}}
- {{ dtf.format(item.timestamp * 1000) }}
+ {{ new Date(item.timestamp * 1000).toLocaleString() }}