mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Display both local and UTC time in server env page
This commit is contained in:
parent
159f3555b1
commit
1ac14a6964
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ class adminAdminView extends admin
|
|||
// Basic environment
|
||||
$info[] = '[Basic Information]';
|
||||
$info['rhymix_version'] = RX_VERSION;
|
||||
$info['date'] = date('Y-m-d H:i:s O');
|
||||
$info['date'] = Rhymix\Framework\DateTime::formatTimestampForCurrentUser('Y-m-d H:i:s O') . ' (' . gmdate('Y-m-d H:i:s') . ' UTC)';
|
||||
$info['php'] = sprintf('%s (%d-bit)', phpversion(), PHP_INT_SIZE * 8);
|
||||
$info['server'] = $_SERVER['SERVER_SOFTWARE'];
|
||||
$info['os'] = sprintf('%s %s', php_uname('s'), php_uname('r'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue