Alcuni retroscena:
Ho una webapp Java 1.6 in esecuzione su Tomcat 7. Il database è MySQL 5.5. In precedenza, stavo usando il driver Mysql JDBC 5.1.23 per connettermi al DB. Tutto ha funzionato. Di recente ho eseguito l'aggiornamento al driver JDBC Mysql 5.1.33. Dopo l'aggiornamento, Tomcat genererà questo errore all'avvio dell'app.
WARNING: Unexpected exception resolving reference
java.sql.SQLException: The server timezone value 'UTC' is unrecognized or represents more than one timezone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc timezone value if you want to utilize timezone support.
Perché sta succedendo?