Hi all,
    It would seem that Tru64 is pickier about the TZ setting than the rest of the 
known universe. According to our local TZ expert (who can quote chapter and verse from 
the UNIX 98 standard) a TZ of GMT is not proper, and GMT0 is (again despite the fact 
that every other platform seems to have no problem with it)  On all of the machines 
flavors I have to try, GMT0 works.

This pickyiness causes 3 test "failures" for me. 

The affected tests in php5 are:
./ext/standard/tests/time/002.phpt:     putenv ("TZ=GMT");
./ext/standard/tests/time/idate.phpt:putenv ("TZ=GMT");
./ext/standard/tests/time/mktime.phpt:    'GMT',

Unless I hear of any negatives, I would like to change these to GMT0 so I can 
concentrate on the real bugs.

Dave

Reply via email to