From 9125a3f977273d92603b9a789c7e43f2cf9bac72 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 1 Jan 2014 19:18:15 +0100 Subject: [PATCH] Set default timezone to avoid tripping up hhvm --- tests/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 496c3880..05e49eda 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -11,3 +11,5 @@ $loader = require __DIR__ . "/../vendor/autoload.php"; $loader->add('Monolog\\', __DIR__); + +date_default_timezone_set('UTC');