views: debug: add System Time

Added system time column to debug page. Useful in debugging system time
information and contextualizing cron jobs.

Fixes: https://github.com/wavelog/wavelog/issues/1381

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2024-12-25 17:53:38 -05:00
parent c0fd01e001
commit b31f97126f

View File

@@ -64,6 +64,10 @@
<td><?= __("Environment"); ?></td>
<td><?php echo ENVIRONMENT; ?></td>
</tr>
<tr>
<td><?= __("System Time"); ?></td>
<td><?php echo(date("Y-m-d H:i:s", time())); ?></td>
</tr>
<tr class="blank-row">
<td> </td>
<td> </td>