OPENJPA-2854 fix OffsetTime handling for PostgreSQL

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.
1 file changed