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

force the TimeZone on the custom DateFormat to Settings.getTimeZone() (gh1661) #1665

Closed
wants to merge 1 commit into from

Commits on Jun 16, 2017

  1. Fixes for FasterXML#1661

    In summary, the custom DateFormat always has its TimeZone forced to whatever `Settings.getTimeZone()` will return.
    Provide an additional fix in `withTimeZone` to handle the case where `_dateFormat` is null (since this is allowed by `withDateFormat`).
    Update test case to reflect the fixed behavior.
    brenuart committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    f6b2a99 View commit details
    Browse the repository at this point in the history