We are using - Java 8, Web Server - Tomcat 8.5, DB server - MySQL 5.7, Hibernate -5, Tomcat jdbc pool based data source.
We upgraded MySQL connector J from 5.1.46 version to 8.0.16. Our web server timezone is UTC and mysql server is in IST time zone now before upgrading driver timestamp column value is persisted(using hibenate) in UTC only but after moving to J8 driver it get saved to MySQL server timezone that is IST.
We want timestamp value to be stored/fetch in UTC only.