Update documentation/src/main/asciidoc/introduction/Configuration.adoc

Co-authored-by: Yoann Rodière <yoann@hibernate.org>
This commit is contained in:
Gavin King 2024-11-21 14:20:32 +01:00
parent 697d820a7f
commit 82060f282d
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ By default, Hibernate handles date and time types defined by `java.time` by:
This works best when the database server time zone agrees with JVM system time zone.
TIP: We therefore recommend setting things up so that the database server and the JVM agree on the same time zone. **Hint:** when in doubt, UTC quite a nice time zone.
TIP: We therefore recommend setting things up so that the database server and the JVM agree on the same time zone. **Hint:** when in doubt, UTC is quite a nice time zone.
There are two system configuration properties which influence this behavior: