Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 62e499538cd9ecf3d18e599125ef2ca9de64e6e9
https://github.com/hibernate/hibernate-orm/commit/62e499538cd9ecf3d18e599...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/basic_types.adoc
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M
hibernate-core/src/test/java/org/hibernate/test/timestamp/JdbcTimestampUTCTimeZoneTest.java
A
hibernate-core/src/test/java/org/hibernate/test/timestamp/JdbcTimestampWithDefaultUTCTimeZoneTest.java
M
hibernate-core/src/test/java/org/hibernate/test/timestamp/JdbcTimestampWithoutUTCTimeZoneTest.java
Log Message:
-----------
HHH-10399 - Add support for specifying TimeZone for ZonedDateTime type
Add documentation and supply more tests