[hibernate-commits] [hibernate/hibernate-orm] 62e499: HHH-10399 - Add support for specifying TimeZone fo...

GitHub noreply at github.com
Tue Sep 13 06:36:09 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 62e499538cd9ecf3d18e599125ef2ca9de64e6e9
      https://github.com/hibernate/hibernate-orm/commit/62e499538cd9ecf3d18e599125ef2ca9de64e6e9
  Author: Vlad Mihalcea <mihalcea.vlad at 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




More information about the hibernate-commits mailing list