views: debug: add custom date format for system time display

This commit is contained in:
HB9HIL
2025-01-01 09:57:48 +01:00
parent a700f49ea3
commit 037196cd65
2 changed files with 9 additions and 1 deletions

View File

@@ -66,7 +66,7 @@
</tr>
<tr>
<td><?= __("System Time"); ?></td>
<td><?php echo(date("Y-m-d H:i:s", time())); ?></td>
<td><?php echo $system_time; ?></td>
</tr>
<tr class="blank-row">
<td> </td>