ID:               35189
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at splitstreamdesign dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Date/time related
 Operating System: Windows 2000/XP
 PHP Version:      5.0.5
-Assigned To:      
+Assigned To:      derick
 New Comment:

Derick, is this a bug or just another Window$ "feature"?


Previous Comments:
------------------------------------------------------------------------

[2005-11-11 07:44:52] php at splitstreamdesign dot com

Description:
------------
The documentation for the date() function states that the 'T' parameter
for the format string prints the timezone abbreviation: "Examples: EST,
MDT ...". Both PHP 5.0.4 and 5.0.5 replace 'T' with the full string
"Eastern Standard Time" on both Windows 2000 & Windows XP servers.

Reproduce code:
---------------
<? echo date("D, d M Y H:i:s T"); ?>

Expected result:
----------------
Fri, 11 Nov 2005 01:37:23 EST

Actual result:
--------------
Fri, 11 Nov 2005 01:37:23 Eastern Standard Time


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35189&edit=1

Reply via email to