Thread: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

From
barry@postgresql.org (Barry Lind)
Date:
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