From 02f43cda38d3cc82a51b9dc287d3150e0b0b7c84 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 22 Sep 2011 20:59:10 +0000 Subject: [PATCH] it seems that easter_date doesn't use the date.timezone but the TZ environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result. --- ext/calendar/tests/easter_date.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/calendar/tests/easter_date.phpt b/ext/calendar/tests/easter_date.phpt index 1adff69293..9222d3c271 100644 --- a/ext/calendar/tests/easter_date.phpt +++ b/ext/calendar/tests/easter_date.phpt @@ -6,6 +6,7 @@ date.timezone=UTC --FILE--