Show server time in system info page

This is useful for debugging issues with 2FA or wrong timestamps.
This commit is contained in:
Jan Böhmer 2023-01-29 13:09:54 +01:00
parent 383fd797a3
commit f085402cba

View file

@ -21,5 +21,9 @@
<td>PHP extensions</td>
<td>{{ helper.array_to_tags(php_extensions) }}</td>
</tr>
<tr>
<td>Server time</td>
<td>{{ "now" | format_datetime("long", "long") }}</td>
</tr>
</tbody>
</table>