mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user