This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Stephen> In playing around with GCJ I noticed that Calendar.getTime() Stephen> always returns Sat Jan 17 06:53:44 1970 if I compile from Stephen> source Thanks for the report. It turns out that our java.util.GregorianCalendar doesn't properly set its time to the current time in its constructor. I have a fix for this. I'll check it in a bit later, after I finish a different batch of changes I'm preparing. Tom