From:             [EMAIL PROTECTED]
Operating system: solaris
PHP version:      4.0.6
PHP Bug Type:     *Compile Issues
Bug description:  make test fails on strtotime

make test fails on the test ext/standard/tests/time/002.php.

002.out says:

1999-10-13
939769200
939769200

2000-01-19
948240000
948240000

2001-12-21
1008892800
1008892800

2001-12-21 12:16
1008936960
1008936960

Which are an hour out, my timezone is BST (1 hour from GMT).

Presumably this is a bug in the test script, since the source for
strtotime() uses mktime() rather than timegm().  So I guess the person who
wrote this test script was in GMT or you have changed strtotime to use
local times since it was written.

-- 
Edit bug report at: http://bugs.php.net/?id=12617&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to