This is the mail archive of the java-patches@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: [patch] Fix java.util.zip.ZipEntry.setTime


Jerry> However, setTime is defined to take a value in milliseconds,
Jerry> and Date is also.  Multiplying by 1000 screwed up the Date that
Jerry> was constructed and things go downhill from there.

Thanks -- I was under the misapprehension that setTime took a DOS time
argument.

Tom


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