ID: 20592 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: FreeBSD 4.7-STABLE PHP Version: 4.2.3 New Comment:
See <http://www.php.net/manual/en/language.types.integer.php>: literal numbers starting with 0 are interpreted as octal numbers, so you should just omit the 0 and write 8 and 9 instead of 08 and 09. Previous Comments: ------------------------------------------------------------------------ [2002-11-22 23:43:17] [EMAIL PROTECTED] mktime(0,0,0,08,02,2003) is 1038758400 mktime(0,0,0,09,02,2003) is 1038758400 mktime(0,0,0,10,02,2003) is 1065024000 ------------------------------------------------------------------------ [2002-11-22 22:14:30] [EMAIL PROTECTED] mktime(0,0,0,08,02,2003) is 1038758400 mktime(0,0,0,09,02,2003) is 1038758400 mktime(0,0,0,10,02,2003) is 1065024000 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20592&edit=1