JadiraOrg / jadira

Jadira Framework
Apache License 2.0
74 stars 45 forks source link

PersistentDateTime mishandles dates that fall in DST #80

Open matthewmcgarvey opened 5 years ago

matthewmcgarvey commented 5 years ago

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

regulskimichal commented 5 years ago

Possible duplicate: https://github.com/JadiraOrg/jadira/issues/76