Some background:
I have a Java 1.6 webapp running on Tomcat 7. The database is MySQL 5.5. Previously, I was using Mysql JDBC driver 5.1.23 to connect to the DB. Ever
Run below query to mysql DB to resolve the error
MariaDB [xxx> SET @@global.time_zone = '+00:00'; Query OK, 0 rows affected (0.062 sec) MariaDB [xxx]> SET @@session.time_zone = '+00:00'; Query OK, 0 rows affected (0.000 sec) MariaDB [xxx]> SELECT @@global.time_zone, @@session.time_zone;