mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add missing timestamp
This commit is contained in:
parent
9321a9c2b8
commit
aa7aae2e91
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<span class="meta">
|
||||
<?php echo $version ?>,
|
||||
<?php echo number_format($size, 1) ?>MB,
|
||||
built on <?php echo date('F d') ?>
|
||||
built on <?php echo date('F d', $releaseTimestamp) ?>
|
||||
at <?php echo date('H:i:s', $releaseTimestamp) ?>
|
||||
</span>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue