Jadira Framework Parent
Version: 7.0.0.CR1
Documentation
Overview
Usertypes Guide
Bindings Guide
Javadoc (Release)
FAQs
License
Release Notes
Blog
Modules
Jadira Framework Dependency Management
Jadira Maven Plugins Parent
Jadira Lang
Jadira JMS
Jadira Scanner
Jadira Cloning
Jadira Bindings
Jadira Common Data Types
Reference Data Repositories
Jadira Usertype SPI Classes for Hibernate
Jadira Usertype Core (for Joda Time, Joda Money, Libphonenum and JDK Types with Hibernate)
Jadira Quantitative Capability
Development
Sourceforge
Mailing lists
Jira
Confluence
GitHub
Jenkins
Sonar
Maven Central
Project Documentation
Project Information
Project Reports
Last Published: 2018-01-25
Frequently Asked Questions
What is the Date and Time offsetting problem?
My date and time are being offset incorrectly on MySQL
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]