Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.16.3] Add support for "NoTimeZone", specifically to use no timeZone with MySql #3393

Closed
rbygrave opened this issue Apr 17, 2024 · 0 comments · Fixed by #3394
Closed

[12.16.3] Add support for "NoTimeZone", specifically to use no timeZone with MySql #3393

rbygrave opened this issue Apr 17, 2024 · 0 comments · Fixed by #3394
Assignees
Milestone

Comments

@rbygrave
Copy link
Member

Logic added into InternalConfiguration.initDataTimeZone()

    if ("NoTimeZone".equals(tz)) {
      return new NoDataTimeZone();
    }

Refer to: https://groups.google.com/g/ebean/c/rEjbcYE6K84/m/IpOxG2GQAwAJ?utm_medium=email&utm_source=footer

@rbygrave rbygrave self-assigned this Apr 17, 2024
rbygrave added a commit that referenced this issue Apr 17, 2024
rbygrave added a commit that referenced this issue Apr 17, 2024
#3393 Fix for 12.x to support "NoTimeZone" to bypass MySQL JDBC use of Timezone Calendar
@rbygrave rbygrave added this to the 12.16.3 milestone Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant