From 82060f282d378bca4869c6a9f5dcf799442836ad Mon Sep 17 00:00:00 2001 From: Gavin King Date: Thu, 21 Nov 2024 14:20:32 +0100 Subject: [PATCH] Update documentation/src/main/asciidoc/introduction/Configuration.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yoann Rodière --- documentation/src/main/asciidoc/introduction/Configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/introduction/Configuration.adoc b/documentation/src/main/asciidoc/introduction/Configuration.adoc index a4ef3788ad..2f5df9845f 100644 --- a/documentation/src/main/asciidoc/introduction/Configuration.adoc +++ b/documentation/src/main/asciidoc/introduction/Configuration.adoc @@ -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: