A connection made to a MySQL DB (or MariaDB, etc.) may require the addition of a "serverTimezone" parameter in the JDBC connection URL.
This is used to determine the timezone of the data sent to/from the database/client - therefore any recognised value should be valid - and with that in mind, the default connection string should include a serverTimezone=UTC option when connecting to MySQL databases.
A connection made to a MySQL DB (or MariaDB, etc.) may require the addition of a "serverTimezone" parameter in the JDBC connection URL.
This is used to determine the timezone of the data sent to/from the database/client - therefore any recognised value should be valid - and with that in mind, the default connection string should include a serverTimezone=UTC option when connecting to MySQL databases.