+ - Removed timezone in getTimestamp() methods in ResultSet.
+
- Fixed the message Makefile produces after compiling. It still said
about the old Driver class, not the new package. Spotted by
if(s==null)
return null;
- SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:sszzz");
+ SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
try {
return new Timestamp(df.parse(s).getTime());
if(s==null)
return null;
- SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:sszzz");
+ SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
try {
return new Timestamp(df.parse(s).getTime());