Re: [kaffe] DateFormatTest regression

2004-03-03 Thread Ito Kazumitsu
In message "Re: [kaffe] DateFormatTest regression" on 04/03/04, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > As for WET, java/util/TimeZone.java reads > > tz = new SimpleTimeZone > (0 * 3600, "WET", >Calenda

Re: [kaffe] DateFormatTest regression

2004-03-03 Thread Ito Kazumitsu
In message "Re: [kaffe] DateFormatTest regression" on 04/03/04, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > When you give the timezone by TZ, the zoneinfo from OS, which is > free from DOWIM_BUG and says DST starts on the last Sunday in March, > is used and DST_BUG

Re: [kaffe] DateFormatTest regression

2004-03-03 Thread Ito Kazumitsu
In message "Re: [kaffe] DateFormatTest regression" on 04/03/03, Guilhem Lavaux <[EMAIL PROTECTED]> writes: > After some experiment, I'm principally suspecting SimpleTimeZone for > this. The bug also occurs with WET but not with some other really > s

Re: [kaffe] DateFormatTest regression

2004-03-03 Thread Guilhem Lavaux
Dalibor Topic wrote: Salut Gwenole, Gwenole Beauchesne wrote: Hi, Now that we switched month to March, the DateFormatTest now fails: [EMAIL PROTECTED] regression]$ $JAVA DateFormatTest Same time zone Dates don't match? Tue Mar 02 17:12:12 GMT+01:00 2004 != Tue Mar 02 18:12:12 GMT+01:00 2004 D

Re: [kaffe] DateFormatTest regression

2004-03-03 Thread Gwenole Beauchesne
On Wed, 3 Mar 2004, Ito Kazumitsu wrote: > I think this problem has something to do with the time zone that > has daylight saving time which starts from March. Yes, having user.timezone=CET is enough to trigger the bug. I have checked gij, and it's affected too. The fact that it worked by defaul

Re: [kaffe] DateFormatTest regression

2004-03-03 Thread Gwenole Beauchesne
On Tue, 2 Mar 2004, Dalibor Topic wrote: > Yep, I;m getting that one too. I thought I made some mistake in the > verifier code merge, and went back for quite a while, but the error kept > reoccuring. I think the 'March did it!' assertion is true. Phew, so it > wasn't me after all :) It occurs

Re: [kaffe] DateFormatTest regression

2004-03-02 Thread Ito Kazumitsu
In message "Re: [kaffe] DateFormatTest regression" on 04/03/03, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > >>>>> ":" == Dalibor Topic <[EMAIL PROTECTED]> writes: > > :> Gwenole Beauchesne wrote: > > >> Now that we s

Re: [kaffe] DateFormatTest regression

2004-03-02 Thread Ito Kazumitsu
> ":" == Dalibor Topic <[EMAIL PROTECTED]> writes: :> Gwenole Beauchesne wrote: >> Now that we switched month to March, the DateFormatTest now fails: >> >> [EMAIL PROTECTED] regression]$ $JAVA DateFormatTest >> Same time zone >> Dates don't match? Tue Mar 02 17:12:12 GMT+01:00 2004 != Tue Ma

Re: [kaffe] DateFormatTest regression

2004-03-02 Thread Dalibor Topic
Salut Gwenole, Gwenole Beauchesne wrote: Hi, Now that we switched month to March, the DateFormatTest now fails: [EMAIL PROTECTED] regression]$ $JAVA DateFormatTest Same time zone Dates don't match? Tue Mar 02 17:12:12 GMT+01:00 2004 != Tue Mar 02 18:12:12 GMT+01:00 2004 Different time zone Yep,

[kaffe] DateFormatTest regression

2004-03-02 Thread Gwenole Beauchesne
Hi, Now that we switched month to March, the DateFormatTest now fails: [EMAIL PROTECTED] regression]$ $JAVA DateFormatTest Same time zone Dates don't match? Tue Mar 02 17:12:12 GMT+01:00 2004 != Tue Mar 02 18:12:12 GMT+01:00 2004 Different time zone Interestingly, the following independent tric