This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Calendar fixes
Michael Koch wrote:
Am Samstag, 9. Oktober 2004 01:31 schrieb Bryce McKinlay:
This patch fixes some small Calendar problems, including the DST
rollover issue reported by Martin Egholm Nielsen. Calendar.set did
not invalidate the DST_OFFSET field even though changing other
fields could roll the time over a DST boundary. Thus, computeTime()
would apply the DST offset to the resulting Date value even if the
date was no longer in a DST period. I've checked in a mauve test
for this issue. Also, this patch contains a minor spec fix for
GregorianCalendar.add().
Hi Bryce,
you have commited this patch to GNU classpath but not yet to libgcj.
Was this intentional ?
Nope, I must have forgotten to commit it to libgcj. I've checked it in now.
Regards
Bryce