ID:          26320
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Feature/Change Request
 PHP Version: 5.0.0b2 (beta2)
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




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

[2003-11-19 11:32:07] [EMAIL PROTECTED]

Description:
------------
"2003-11-19T08:30:42Z" is not recognized as the 'T' and 'Z'
are understood as two (military) time zone specifiers which 
is not legal within a single time string

this has already partly fixed in CVS so that 
"2003-11-19T08:30:42Z" is being accepted
and returns the expected value,
but "2003-11-19T08:30:42" which is also valid 
as the "Z" is optional in ISO6801 will be parsed
as a time in the (military) 'T' timezone which equals
MST whereas in ISO6801 the 'T' is only a delimiter
to be put between the date and time parts of a 
datetime string. the timezone should still be GMT
in this special case ...



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


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

Reply via email to