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]

SimpleDateFormat bug looks like a Date() constructor bug ...


I'm seeing some weird behaviour in 3.3 20040414:

System.out.println("original date: " + date1);
Date date2=new Date(date1.getYear(),date1.getMonth(), date1.getDate());
System.out.println("copied date: + date2);

I can observe that date2->day = date1->day + 1.


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