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
From mysql workbench run the following sql statements:
with the following sql statements check if the values were set:
SELECT @@global.time_zone, @@session.time_zone;