Hi, On Mon, 2004-09-06 at 17:13, Jeroen Frijters wrote: > I'm not sure, but I think with the recent time zone changes there was a > bug introduced. Does the patch below make sense? > - if (gmtOffset < 24) > + if (Math.abs(gmtOffset) < 24)
Eep. Yes, that is the correct fix. I introduced that (or actually I translated the original C++ code from libgcj that did the same wrong thing). Sorry. All my platform specific code actually produces hours already so I never hit the code path that converts from seconds. Please check in this fix. Thanks, Mark
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

