Mark Struberg created OPENJPA-2854: -------------------------------------- Summary: fix OffsetTime handling for PostgreSQL Key: OPENJPA-2854 URL: https://issues.apache.org/jira/browse/OPENJPA-2854 Project: OpenJPA Issue Type: Bug Components: jdbc Affects Versions: 3.1.2 Reporter: Mark Struberg Assignee: Mark Struberg Fix For: 3.1.3
PostgreSQL doesn't natively support OffsetTime. While it has a column type {{time with time zone}} it actually only stores the time as UTC time. On the JDBC level we need to use {{java.sql.Time}} with the servers local offset. The rest will be converted automatically inside the JDBC driver. -- This message was sent by Atlassian Jira (v8.3.4#803005)