mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
adding utc to block template
This commit is contained in:
parent
136e4fdb01
commit
761ba883b5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h2>Block {{ block_header.height }}</h2>
|
<h2>Block {{ block_header.height }}</h2>
|
||||||
<p class="subheader"><strong>Hash</strong>: {{ block_header.hash }}</p>
|
<p class="subheader"><strong>Hash</strong>: {{ block_header.hash }}</p>
|
||||||
<p class="subheader"><strong>Timestamp</strong>: {{ block_header.timestamp | date(format="%Y-%m-%d %H:%M") }}</p>
|
<p class="subheader"><strong>Timestamp</strong>: {{ block_header.timestamp | date(format="%Y-%m-%d %H:%M") }} UTC</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…
Reference in a new issue