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=12541>. 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=12541 Calendar de/serializer does not preserve TimeZone ------- Additional Comments From [EMAIL PROTECTED] 2002-09-20 14:58 ------- Keeping the timezone may be a red herring, but the CalendarSerializer still looses data (the offset from GMT) when putting the Calendar in the wire. The dateTime received is not the same as the dateTime sent. For instance, I need to calculate "today" from the date time. The senders concept of "today" is different than "today" in GMT. Because JAX-RPC maps xsd:dateTime to a Calendar, I'm forced to used the Calendar when moving dataTime info. The deserializer is written to parse the offset from GMT, per the ISO spec. Why can't the serializer preserve this data also? I still thik this is a bug. I'll take a look as to why the echo test fails with my patch. - Bob