add utc string in html template for tx

master
lza_menace 4 years ago
parent 50bf259e8d
commit 136e4fdb01

@ -16,7 +16,7 @@
<header class="major"> <header class="major">
<h2>Transaction {{ tx_hash | truncate(length=8) }}</h2> <h2>Transaction {{ tx_hash | truncate(length=8) }}</h2>
<p class="subheader"><strong>Full Hash</strong>: {{ tx_hash }}</p> <p class="subheader"><strong>Full Hash</strong>: {{ tx_hash }}</p>
<p class="subheader"><strong>Block Timestamp</strong>: {% if tx_info.0.block_timestamp %}{{ tx_info.0.block_timestamp | date(format="%Y-%m-%d %H:%M") }}{% else %}?{% endif %}</p> <p class="subheader"><strong>Block Timestamp</strong>: {% if tx_info.0.block_timestamp %}{{ tx_info.0.block_timestamp | date(format="%Y-%m-%d %H:%M") }} UTC{% else %}?{% endif %}</p>
</header> </header>
<div class="row"> <div class="row">
<div class="col-4 col-6-medium col-12-small"> <div class="col-4 col-6-medium col-12-small">

Loading…
Cancel
Save