JadiraOrg/jadira

PersistentDateTime mishandles dates that fall in DST

Opened this issue · 1 comments

Version: 7.0.0.CR1
Database: PostgreSQL

Configuration:

jadira.usertype.databaseZone=UTC
jadira.usertype.javaZone=UTC
hibernate.jdbc.time_zone=UTC

Saving a joda DateTime with the date of 2018-11-04T07:11:10.000Z and retrieving the date returns 2018-11-04T06:11:10.000Z

Possible duplicate: #76