ID:               39026
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dbrong at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Date/time related
 Operating System: Windows 2000
 PHP Version:      5CVS-2006-10-03 (snap)
-Assigned To:      
+Assigned To:      derick


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

[2006-10-03 14:57:38] dbrong at gmail dot com

Description:
------------
I was using date("Y-m-d", strtotime("060901")) to produce a date
formatted as "2006-09-01" and this does not work anymore in the latest
PHP 5 release.  It produces the actual date of the system's current
time (2006-10-03 in this case).

If I modify it as strtotime("20060901") it works fine.

Reproduce code:
---------------
date("Y-m-d", strtotime("060901")) will output the current system date
(2006-10-03 in this case).

Expected result:
----------------
2006-10-03 (or the current date you run the script)

Actual result:
--------------
should be 2006-09-01


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


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

Reply via email to