Merge pull request #4578 from mempool/knorrium/add_seconds_to_block_view

Add seconds to the block view timestamp
This commit is contained in:
softsimon 2024-01-14 10:08:03 +07:00 committed by GitHub
commit 227c597cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@
<tr>
<td i18n="block.timestamp">Timestamp</td>
<td>
<app-timestamp [unixTime]="block.timestamp" [precision]="1" minUnit="minute"></app-timestamp>
<app-timestamp [customFormat]="'yyyy-MM-dd HH:mm:ss'" [unixTime]="block.timestamp" [precision]="1" minUnit="minute"></app-timestamp>
</td>
</tr>
<tr>