Thread: pgsql-server/src/interfaces/jdbc/org/postgresq ...

pgsql-server/src/interfaces/jdbc/org/postgresq ...

From
barry@svr1.postgresql.org (Barry Lind)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    barry@svr1.postgresql.org    03/09/23 03:13:52

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1:
                                              AbstractJdbc1Statement.java

Log message:
    Fix to properly handle timezone offsets that are partial hours.  If the offset
    was a partial hour and less than gmt (i.e. -02:30) the code would corrupt the
    minutes part.

    Modified Files:
    jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java