From: Ferenc Kovacs Date: Thu, 22 Sep 2011 22:29:28 +0000 (+0000) Subject: the TZ environment variable also needed to be set here, didn't dug up why date.timezo... X-Git-Tag: php-5.3.9RC1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce68c06ece6366084a63588ecaf7bb61f33e8c04;p=php the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient --- diff --git a/ext/intl/tests/dateformat_parse.phpt b/ext/intl/tests/dateformat_parse.phpt index 67ac42ce6a..ce800aa48a 100755 --- a/ext/intl/tests/dateformat_parse.phpt +++ b/ext/intl/tests/dateformat_parse.phpt @@ -11,6 +11,7 @@ date.timezone="America/Los_Angeles" * Test for the datefmt_parse function */ +putenv('TZ=America/Los_Angeles'); function ut_main() {