mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
Set default timezone to avoid tripping up hhvm
This commit is contained in:
@@ -11,3 +11,5 @@
|
||||
|
||||
$loader = require __DIR__ . "/../vendor/autoload.php";
|
||||
$loader->add('Monolog\\', __DIR__);
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
|
Reference in New Issue
Block a user