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 "Shellman, Joel" <Jo...@Summit.Fiserv.com> on 2003/07/14 17:32:36 UTC

RE: DO NOT REPLY [Bug 21394] - Possible datetime deserializatio n bug

Can't you create a timezone from the offset?

I see. You would have to arbitrarily choose the ID, right? You could keep
the offset but because there are multiple timezones with the same offset, is
that the problem?

-joel

-----Original Message-----
From: bugzilla@apache.org [mailto:bugzilla@apache.org] 
Sent: Monday, July 14, 2003 8:32 AM
To: axis-dev@ws.apache.org
Subject: DO NOT REPLY [Bug 21394] - Possible datetime deserialization bug


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=21394>.
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=21394

Possible datetime deserialization bug





------- Additional Comments From jens@void.fm  2003-07-14 15:31 ------- See
my comment above. I asked the exact question. However I am not sure how to
preserve the 
timezone, since datetime sends +/- or ZULU time only.

Re: DO NOT REPLY [Bug 21394] - Possible datetime deserializatio n bug

Posted by Jens Schumann <je...@void.fm>.
On 7/14/03 05:32 PM Shellman, Joel <Jo...@Summit.Fiserv.com> wrote:

> Can't you create a timezone from the offset?
> 
> I see. You would have to arbitrarily choose the ID, right? You could keep
> the offset but because there are multiple timezones with the same offset, is
> that the problem?

To some extend I am guessing here only. Given the fact that you have to
support Daylight Savings Time too you can't just use the offset to create
the timezone.

Jens