ID: 36224
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: FreeBSD6.0-RELEASE
PHP Version: 5CVS-2006-01-31 (CVS)
-Assigned To:
+Assigned To: derick
New Comment:
Assigned to the maintainer.
Previous Comments:
------------------------------------------------------------------------
[2006-01-31 11:56:00] [EMAIL PROTECTED]
Description:
------------
Quote from the RFC3339 (5.6. Internet Date/Time Format):
time-numoffset = ("+" / "-") time-hour ":" time-minute
time-offset = "Z" / time-numoffset
However, DATE_ATOM does not insert that ":" in the time-offset as
required.
Reproduce code:
---------------
php -r 'print date(DATE_ATOM)';
Expected result:
----------------
2006-01-31T11:50:05+01:00
Actual result:
--------------
2006-01-31T11:50:05+0100
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36224&edit=1