mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
format time in RFC 222 / RFC 5322
This commit is contained in:
parent
e97ae245f1
commit
b55ba19789
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue