mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
views: debug: add custom date format for system time display
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user