[PHP-DEV] Bug #2444: gmmktime(0,0,0,1,1,1970) gives incorrect result. From: Anders.Gytri <email protected>
Date: 10/05/99

From: Anders.Gytri <email protected>
Operating system: FreeBSD 3.2-RELEASE
PHP version: 3.0.12
PHP Bug Type: Misbehaving function
Bug description: gmmktime(0,0,0,1,1,1970) gives incorrect result.

gmmktime(0,0,0,1,1,1970) gives the result -3600
This can be demonstrated by the following code:

<html>
<body>

<?php
echo gmmktime(0,0,0,1,1,1970);
?>

</body>
</html>

./configure --with-mysql --with-apache=../apache_1.3.9 --enable-track-vars

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>