1
0
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:
Jordi Boggiano
2014-01-01 19:18:15 +01:00
parent e92cb54c24
commit 9125a3f977

View File

@@ -11,3 +11,5 @@
$loader = require __DIR__ . "/../vendor/autoload.php";
$loader->add('Monolog\\', __DIR__);
date_default_timezone_set('UTC');