ID: 9278
Updated by: joey
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Old-Bug Type: Misbehaving function
Bug Type: *General Issues
Assigned To: 
Comments:

This is intentional.
See http://www.php.net/manual/en/function.mktime.php

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

[2001-02-15 08:32:17] [EMAIL PROTECTED]
<?
// Midnight on 2/31/2000
print mktime (0,0,0,2,31,2000);
?>
<br>
<?
// Noon on 2/30/2001
print mktime (12,0,0,2,30,2001);
?>

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9278&edit=2


-- 
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