[PHP-DEV] Bug #4027: problem with strtotime and php4rc1 From: michaelg <email protected>
Date: 04/04/00

From: michaelg <email protected>
Operating system: Linux RH 6.0
PHP version: 3.0.15
PHP Bug Type: Misbehaving function
Bug description: problem with strtotime and php4rc1

$datestamp = "3/15/2000"; //any legal date will do
$dateconv = strtotime($datestamp);
echo "<P>" . $dateconv;
echo "<P>" . strftime("%m/%d/%Y",$dateconv);

is it me or does strtotime not produce the correct amount of seconds?

configured 4.0RC1 with:
mysql, ftp, 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>