mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
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:
parent
d26af683c9
commit
ce68c06ece
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue