From 5c6b9dd1862457b9de0f12c64df28c25e27133ce Mon Sep 17 00:00:00 2001 From: uwetews Date: Thu, 31 Dec 2015 03:30:14 +0100 Subject: [PATCH] set time zone --- tests/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 13756fa9..c7eef438 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -37,7 +37,7 @@ if (!class_exists('PHPUnit_Framework_TestCase')) { require_once 'PHPUnit_Smarty.php'; if (!ini_get('date.timezone')) { - ini_set('date.timezone', 'UTC'); + ini_set('date.timezone', 'Europe/Berlin'); }