ZF-5055: Incorrect description for A constant in Zend_Date
Description
In the list of date constants located here
http://framework.zend.com/manual/en/…
under the "Constants for ISO 8601 date output" section, the constant "A" is described as returning the number of milliseconds, when really it returns the elapsed seconds of this day.
Comments
Posted by Wil Sinclair (wil) on 2008-11-25T12:46:34.000+0000
Thomas, do you know if this is correct? I looked at this, but didn't find anything about the A constant: http://isotc.iso.org/livelink/livelink/….
,Wil
Posted by Tim Rupp (caphrim007) on 2008-11-25T13:20:15.000+0000
My issue was that the documentation in the reference guide appeared to be incorrect. I hadn't read the ISO specification, I was just reporting on the documentation from the ZF reference site and the actual functionality in ZF.
-Tim
Posted by Thomas Weidner (thomas) on 2008-11-26T04:11:39.000+0000
All constants are defined here: http://unicode.org/reports/tr35/…
Posted by Thomas Weidner (thomas) on 2008-11-26T05:21:31.000+0000
Fixed with r12873