Attached is a patch to fix the problem Thomas mentions below. The JDBC
Bruce Momjian <bruce@momjian.us>
Attached is a patch to fix the problem Thomas mentions below. The JDBC driver now correctly handles timezones that are offset fractional hours from GMT (ie. -06:30). Barry Lind
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +24 −2 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +22 −0 |