]> git.ipfire.org Git - thirdparty/postgresql.git/commit
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps...
authorBarry Lind <barry@xythos.com>
Mon, 24 Jun 2002 04:53:05 +0000 (04:53 +0000)
committerBarry Lind <barry@xythos.com>
Mon, 24 Jun 2002 04:53:05 +0000 (04:53 +0000)
commitc50bf0190f920308304fa09edbb31e2a44800dc5
tree4c1cbb7bfdc56b2842c265bea2dfb393090dbca8
parent68913b0fbbf47c2f25abf3d6aa20ab96b6e838be
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT.  Also added a check to support timestamp vs. timestamptz in this code
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/Array.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java