The server time zone value ‘AEST’ is unrecognized or represents more than one time zone

try to add those parameters..

jdbc:mysql://localhost:3306/fussa?useLegacyDatetimeCode=false&serverTimezone=UTC

i’m using mysql-connector-java 6.0.4

Leave a Comment