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() }}