Fix to properly handle timezone offsets that are partial hours. If the offset

Barry Lind <barry@xythos.com>

Commit: 2ec8ee0c0c7fde155028eef65e8c13236b955487
Author: Barry Lind <barry@xythos.com>
Date: 2003-09-23T06:13:52Z
Releases: 7.4.1
Fix to properly handle timezone offsets that are partial hours.  If the offset
was a partial hour and less than gmt (i.e. -02:30) the code would corrupt the
minutes part.

 Modified Files:
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java

Files