ID: 26822 Updated by: [EMAIL PROTECTED] Reported By: dv at josheli dot com -Status: Open +Status: Bogus Bug Type: Date/time related Operating System: * PHP Version: 5CVS, 4CVS New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php php -r "echo date('r', mktime(0, 0, 0, 1, 10, 2004));" Previous Comments: ------------------------------------------------------------------------ [2004-01-06 23:39:03] dv at josheli dot com Description: ------------ date('r') on windows puts an extra space in the formatted result. found on 4.3.4, php5 beta2, php5-win32-200401070330 snap Reproduce code: --------------- php -r "echo date('r');" Expected result: ---------------- Tue, 6 Jan 2004 22:26:00 -0600 ^ Actual result: -------------- Tue, 6 Jan 2004 22:26:00 -0600 ^^ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26822&edit=1
