[
https://issues.apache.org/jira/browse/OPENJPA-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved OPENJPA-2854.
------------------------------------
Resolution: Fixed
> 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
> Priority: Major
> 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)