From 9ef72e259bd7966edc3c1991ff43d47624c5b039 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 4 Sep 2011 21:40:22 +0000 Subject: [PATCH] - fix test on win, does not use putenv to set the TZ but date_default_timezone_set (should be the case on all platforms actually...) --- ext/date/tests/date.phpt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ext/date/tests/date.phpt b/ext/date/tests/date.phpt index ccdb3cda94..089efb4154 100644 --- a/ext/date/tests/date.phpt +++ b/ext/date/tests/date.phpt @@ -3,14 +3,22 @@ date() function --FILE--