File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ Thu Jun 01 07:26:00 BST 2000 petermount@it.maidstone.gov.uk
2
+ - Removed timezone in getTimestamp() methods in ResultSet.
3
+
1
4
Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
2
5
- Fixed the message Makefile produces after compiling. It still said
3
6
about the old Driver class, not the new package. Spotted by
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ public Timestamp getTimestamp(int columnIndex) throws SQLException
437
437
if (s ==null )
438
438
return null ;
439
439
440
- SimpleDateFormat df = new SimpleDateFormat ("yyyy-MM-dd HH:mm:sszzz " );
440
+ SimpleDateFormat df = new SimpleDateFormat ("yyyy-MM-dd HH:mm:ss " );
441
441
442
442
try {
443
443
return new Timestamp (df .parse (s ).getTime ());
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ public Timestamp getTimestamp(int columnIndex) throws SQLException
439
439
if (s ==null )
440
440
return null ;
441
441
442
- SimpleDateFormat df = new SimpleDateFormat ("yyyy-MM-dd HH:mm:sszzz " );
442
+ SimpleDateFormat df = new SimpleDateFormat ("yyyy-MM-dd HH:mm:ss " );
443
443
444
444
try {
445
445
return new Timestamp (df .parse (s ).getTime ());
You can’t perform that action at this time.
0 commit comments