ID:               44577
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dirk dot pommerencke at moeller dot co dot uk
-Status:           Open
+Status:           Bogus
 Bug Type:         Date/time related
 Operating System: XP SP2
 PHP Version:      5.2.5
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #44073


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

[2008-03-31 12:12:28] dirk dot pommerencke at moeller dot co dot uk

Description:
------------
It is the 31 March 2008 and with the code shown I am getting bizarre
results.
I am expecting to land into April, but jumping into May instead.

I have worked around the problem, but this smells like a nasty bug.



Reproduce code:
---------------
$run_date = time();

echo date( "F d Y", strtotime( "+1 month", $run_date ));


Actual result:
--------------
>"C:\php5.2.4\php" -f "C:\progs\coois_to_excel\coois_to_excel.php"
May 01 2008>Exit code: 0


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


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

Reply via email to