This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in Calendar when setting time across daylight-saving boundaries?!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]