Hello, I've got a problem with mktime. It's a very strange behaviour, I don't know if is a bug: echo date ("M-d-Y", mktime (0,0,0,07,07,2005)); -> Jul-07-2005 (right) echo date ("M-d-Y", mktime (0,0,0,08,07,2005)); -> Dec-07-2004 (?????????) Can anyone help me to solve this question? Is it a bug? Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php