May be this is not our problem. My supervisor was trying to use:
GregorianCalendar gcOne = new GregorianCalendar();
gcOne.set( 1800,0,1,00,00,00);
java.sql.Timestamp ts = new java.sql.Timestamp(gcOne.getTimeInMillis());
As his way of comming up with the timestamp. This was also producing the...