From ce68c06ece6366084a63588ecaf7bb61f33e8c04 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 22 Sep 2011 22:29:28 +0000 Subject: [PATCH] the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient --- ext/intl/tests/dateformat_parse.phpt | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.50.1