ID:               40308
 Updated by:       [EMAIL PROTECTED]
 Reported By:      thomas dot weidner at gmx dot at
-Status:           Feedback
+Status:           Closed
 Bug Type:         Date/time related
 Operating System: all
 PHP Version:      5.2.0
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

This has already been fixed.


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

[2007-02-01 18:51:54] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



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

[2007-02-01 18:46:35] thomas dot weidner at gmx dot at

Description:
------------
The DATE_RFC822 constant produces not RFC822 conform output. RFC822
standard only defines the +xx00, GMT and american abbreviated
constants. But not CET and all other timezone abbreviations.

For worldwide RFC conform output +xx00 should be used instead of
timezone abbreviation.

Reproduce code:
---------------
date_default_timezone_set('Europe/Vienna');
print "\n".date(DATE_RFC822);


Expected result:
----------------
Thu, 01 Feb 2007 19:38:55 +0100


Actual result:
--------------
Thu, 01 Feb 2007 19:38:55 CET



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


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

Reply via email to