mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user