CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry@postgresql.org 02/06/24 00:53:05
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2: Array.java
ResultSet.java
Log message:
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone
infowere being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz
inthis code