ID: 14568
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Date/time related
Operating System: Solaris 8
PHP Version: 4.1.0
New Comment:

Already fixed, and will be in the next release.

Derick

Previous Comments:
------------------------------------------------------------------------

[2001-12-17 16:29:44] [EMAIL PROTECTED]

I have just migrated from PHP 4.0.6 to PHP 4.1.0 and I have remarked that the 
strtotime() is now giving me false results. Look at the following code:

$date_string = "Sat, 15 Dec 2001 01:24:42 +0100 (CET)";
$date_ts = strtotime($date_string);
echo $date_ts;

With PHP 4.0.6 I get the following output (which is correct):

1008375882

And with the new PHP 4.1.0 I get the following output:

1008019482

Which is approxmiately 4-5 days wrong. 

If you need more info feel free to contact me... Thanks for fixing this.

Regards


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14568&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