]> granicus.if.org Git - php/commitdiff
the TZ environment variable also needed to be set here, didn't dug up why date.timezo...
authorFerenc Kovacs <tyrael@php.net>
Thu, 22 Sep 2011 22:29:28 +0000 (22:29 +0000)
committerFerenc Kovacs <tyrael@php.net>
Thu, 22 Sep 2011 22:29:28 +0000 (22:29 +0000)
ext/intl/tests/dateformat_parse.phpt

index 67ac42ce6aba5010ed711db2835ae4e673049ca9..ce800aa48a14680eba384eadd3f3467ab7202d26 100755 (executable)
@@ -11,6 +11,7 @@ date.timezone="America/Los_Angeles"
  * Test for the datefmt_parse  function
  */
 
+putenv('TZ=America/Los_Angeles');
 
 function ut_main()
 {