From: Ferenc Kovacs Date: Thu, 22 Sep 2011 20:59:10 +0000 (+0000) Subject: it seems that easter_date doesn't use the date.timezone but the TZ environment variab... X-Git-Tag: php-5.3.9RC1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee0ecceb80ffea64faa239cdd00a00599c23c57e;p=php 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. --- 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--