fix wrong timezone placeholder

This commit is contained in:
Constantin Wildförster 2022-05-19 15:36:22 +02:00
parent 9357beda2f
commit e11769048a
No known key found for this signature in database
GPG key ID: 5DDDBFF28CC85AFB

View file

@ -58,7 +58,7 @@ Connected Peers
<td title="{{ $peer.ReceivedBytes }} Bytes"><script>document.write(bytesToHumanReadable({{ $peer.ReceivedBytes }}))</script></td>
<td title="{{ $peer.TransmitBytes }} Bytes"><script>document.write(bytesToHumanReadable({{ $peer.TransmitBytes }}))</script></td>
<td>{{ if $peer.Connected }}✓{{end}}</td>
<td>{{ $peer.LastHandshakeTime.Format "2006-01-02 15:04:05 UTC" }}</td>
<td>{{ $peer.LastHandshakeTime.Format "2006-01-02 15:04:05 MST" }}</td>
</tr>
{{ end }}
</tbody>