ID:               28650
 Updated by:       [EMAIL PROTECTED]
 Reported By:      chris at incot dot com
-Status:           Feedback
+Status:           Bogus
 Bug Type:         Date/time related
 Operating System: FreeBSD
 PHP Version:      4.3.4
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

Please upgrade to 4.3.7 first.


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

[2004-06-06 20:02:58] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Reread the docs.

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

[2004-06-06 17:09:19] chris at incot dot com

Description:
------------
This should return 28th March 2004, instead it is returning 31st
December 1969.

<?php echo date("Y-n-d",mktime(0, 0, 0, 3 , 28, 2004)); ?>

Reproduce code:
---------------
<?php echo date("Y-n-d",mktime(0, 0, 0, 3 , 28, 2004)); ?>

Expected result:
----------------
2004-03-28

Actual result:
--------------
1969-12-31


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


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

Reply via email to