Browse Source

format time in RFC 222 / RFC 5322

main
ghost 9 months ago
parent
commit
b55ba19789
  1. 2
      templates/default/main/index.html.twig

2
templates/default/main/index.html.twig

@ -98,7 +98,7 @@ @@ -98,7 +98,7 @@
</tr>
{% for online in server.online %}
<tr>
<td class="text-align-left">{{ online.time | format_datetime }}</td>
<td class="text-align-left">{{ online.time | date('r') }}</td>
<td class="text-align-center">{{ online.players }}</td>
<td class="text-align-center">{{ online.bots }}</td>
<td class="text-align-center">{{ online.total }}</td>

Loading…
Cancel
Save