bin/icingaweb: Set default timezone to UTC
This commit is contained in:
parent
5abac6f2f4
commit
e4a02912fc
|
@ -11,5 +11,6 @@ set_include_path(
|
|||
);
|
||||
|
||||
require_once 'Icinga/Application/Cli.php';
|
||||
date_default_timezone_set('UTC');
|
||||
$app = Cli::start(dirname(__FILE__) . '/../config/')->dispatch();
|
||||
|
||||
|
|
Loading…
Reference in New Issue