--- mysql-connector-java-8.0.21/src/main/core-impl/java/com/mysql/cj/ServerPreparedQueryBindValue.java.orig 2020-06-16 17:17:36.000000000 +0200 +++ mysql-connector-java-8.0.21/src/main/core-impl/java/com/mysql/cj/ServerPreparedQueryBindValue.java 2020-07-22 17:53:22.505623447 +0200 @@ -79,6 +79,8 @@ this.bufferType = copyMe.bufferType; this.calendar = copyMe.calendar; this.charEncoding = copyMe.charEncoding; + this.cacheDefaultTimezone = copyMe.cacheDefaultTimezone; + this.defaultTimeZone = copyMe.defaultTimeZone; } @Override