]> granicus.if.org Git - postgresql/commit
Fix to properly handle timezone offsets that are partial hours. If the offset
authorBarry Lind <barry@xythos.com>
Tue, 23 Sep 2003 06:13:52 +0000 (06:13 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 23 Sep 2003 06:13:52 +0000 (06:13 +0000)
commit2ec8ee0c0c7fde155028eef65e8c13236b955487
tree10fb32dea0bd706c3b5201fd612449bac64e5267
parent618d56d09a272f1d74dcfadbd245ef4452064e4e
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
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java