You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/10/24 23:12:24 UTC

DO NOT REPLY [Bug 9767] - Date serialization/deserialization

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9767>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9767

Date serialization/deserialization

peter.brant@courts.state.wi.us changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From peter.brant@courts.state.wi.us  2002-10-24 21:12 -------
This doesn't appear to be actually fixed.

The original complaint was that all time information is truncated, not the
round-tripping problem.

org.apache.axis.encoding.ser.DateSerializer references

http://www.w3.org/TR/xmlschema-2/#dateTime

which indicates that xsd:dateTime should be formatted like
1999-05-31T13:20:00-05:00, but DateSerializer uses a SimpleDateFormat of
yyyy-MM-dd (which, of course, does not contain time information).

(this is with the 1.0 release of Axis)