Bug in Calendar when setting time across daylight-saving boundaries?!
Martin Egholm Nielsen
martin@egholm-nielsen.dk
Fri Oct 8 06:44:00 GMT 2004
Hi,
>> This patch below should fix the problem.
> I just scanned the other set-methods of GCJ's Calendar. The
> public final void set(int year, int month, int date)
> method does not use the newly patched
> public void set(int field, int value)
> method. Hence, this method should either be modified to use the
> patched-setter, or should be patched along the same lines you have
> indicated below:
> public final void set(int year, int month, int date)
=== SNIP ===
> What do you say?!
Nothing?! Silence...
Should I make a patch and submit it to the patch-list or how and where?
// Martin
More information about the Java
mailing list