mirror of
https://github.com/YGGverse/HLState.git
synced 2025-02-10 22:14:14 +00:00
format time in RFC 222 / RFC 5322
This commit is contained in:
parent
e97ae245f1
commit
b55ba19789
@ -98,7 +98,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% for online in server.online %}
|
{% for online in server.online %}
|
||||||
<tr>
|
<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.players }}</td>
|
||||||
<td class="text-align-center">{{ online.bots }}</td>
|
<td class="text-align-center">{{ online.bots }}</td>
|
||||||
<td class="text-align-center">{{ online.total }}</td>
|
<td class="text-align-center">{{ online.total }}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user