Add seconds to the block view timestamp

This commit is contained in:
Felipe Knorr Kuhn
2024-01-13 13:55:12 -08:00
parent 2ca6dc51da
commit 65236c7b08

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>