Solution

For MySQL 8 and Connector/J 8.0.x please set the database timezone.

One way of setting the timezone is to modify the MySQL my.ini configuration file by adding the following property with the adjusted timezone.

It is recommended that the database timezone is the same as the timezone of the machine where Domibus is installed.

default-time-zone='+00:00'

  • No labels