From 136e4fdb0196abeca236bd94ae20f0a6ced992e7 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 21 Jul 2020 09:08:16 -0700 Subject: [PATCH] add utc string in html template for tx --- templates/transaction.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/transaction.html.tera b/templates/transaction.html.tera index 619150a..1206a76 100644 --- a/templates/transaction.html.tera +++ b/templates/transaction.html.tera @@ -16,7 +16,7 @@

Transaction {{ tx_hash | truncate(length=8) }}

Full Hash: {{ tx_hash }}

-

Block Timestamp: {% if tx_info.0.block_timestamp %}{{ tx_info.0.block_timestamp | date(format="%Y-%m-%d %H:%M") }}{% else %}?{% endif %}

+

Block Timestamp: {% if tx_info.0.block_timestamp %}{{ tx_info.0.block_timestamp | date(format="%Y-%m-%d %H:%M") }} UTC{% else %}?{% endif %}