mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Show server time in system info page
This is useful for debugging issues with 2FA or wrong timestamps.
This commit is contained in:
parent
383fd797a3
commit
f085402cba
1 changed files with 4 additions and 0 deletions
|
@ -21,5 +21,9 @@
|
||||||
<td>PHP extensions</td>
|
<td>PHP extensions</td>
|
||||||
<td>{{ helper.array_to_tags(php_extensions) }}</td>
|
<td>{{ helper.array_to_tags(php_extensions) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Server time</td>
|
||||||
|
<td>{{ "now" | format_datetime("long", "long") }}</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
Loading…
Add table
Add a link
Reference in a new issue