From 6634f44ca625ff8a49146a334daf25f59a042ce8 Mon Sep 17 00:00:00 2001 From: Amit Snyderman Date: Thu, 5 Sep 2013 14:23:23 -0400 Subject: [PATCH] Explicitly set timezone to UTC for tests --- test/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/bootstrap.php b/test/bootstrap.php index 91f654a..2399f38 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -9,6 +9,8 @@ * file that was distributed with this source code. */ +date_default_timezone_set('UTC'); + require dirname(__FILE__).'/../src/Mustache/Autoloader.php'; Mustache_Autoloader::register();