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=16396>. 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=16396 Calendar serializer has incorrect functionality ------- Additional Comments From [EMAIL PROTECTED] 2003-01-25 05:55 ------- Alex, Can I add that trying to exchange time over the wire using the datetime format is troublesome when interoperating with all those platforms that use time_t style storage of time without zone, such as .net. I now send time over as a UTC long and have a separate call where the server provides its time zone; this actually turns out to work the most reliably, as provided the recipient reads the documentation, there is no confusion.