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
Barry Lind <barry@xythos.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +13 −5 |
| src/interfaces/jdbc/org/postgresql/jdbc2/Array.java | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +16 −8 |