ID: 31566 Updated by: [EMAIL PROTECTED] Reported By: sani at loyolajesuit dot org -Status: Open +Status: Bogus Bug Type: Date/time related Operating System: Win2K server/Win XP PHP Version: 4CVS-2005-01-16 (stable) New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. Dup of bug #31565 Previous Comments: ------------------------------------------------------------------------ [2005-01-16 05:21:28] sani at loyolajesuit dot org Description: ------------ I have a duplicate PHP installation on a Windows 2000 Server and Windows XP systems. When I ussue date('r') command on Windows XP this is the output: COMMAND: print(date("r")); OUTPUT: Sun, 16 Jan 2005 05:09:48 +0100 However on Windows 2000, I get a different result: COMMAND: print(date("r")); OUTPUT" Sun, 16 Jan 2005 04:09:52 +0000 I'll appreciate any help resolving this issue. Sani. Reproduce code: --------------- print(date("r")); Expected result: ---------------- Sun, 16 Jan 2005 05:09:48 +0100 Actual result: -------------- On Windows 2000: Sun, 16 Jan 2005 04:09:48 +0000 On Windows XP: Sun, 16 Jan 2005 05:09:48 +0100 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31566&edit=1