the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient

This commit is contained in:
Ferenc Kovacs 2011-09-22 22:29:28 +00:00
parent d26af683c9
commit ce68c06ece

View file

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