|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-17 18:25 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 09:00:01 2025 UTC |
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