What is the Date and Time offsetting problem?
Details are available at the Jadira Blog

[top]


My date and time are being offset incorrectly on MySQL
First ensure you are using MySQL driver version 5.1.5 or later. Set the connection property 'useLegacyDatetimeCode=false'. For example, 'jdbc:mysql://server:port/schema?useUnicode=true&useLegacyDatetimeCode=false&serverTimezone=UTC'.

[top]