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 %}