mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Add field boottime to api/system/systemTime (#8557)
This commit is contained in:
parent
5d0007a023
commit
c53dc21190
@ -145,6 +145,7 @@ class SystemController extends ApiControllerBase
|
||||
$response = [
|
||||
'uptime' => $this->formatUptime(time() - $matches[1]),
|
||||
'datetime' => date("D M j G:i:s T Y"),
|
||||
'boottime' => date("D M j G:i:s T Y", $matches[1]),
|
||||
'config' => $last_change,
|
||||
'loadavg' => $loadavg,
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user