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

Watcher: Use joda method to get local TZ #35608

Merged
merged 4 commits into from
Nov 16, 2018
Merged

Commits on Nov 15, 2018

  1. Watcher: Use joda method to get local TZ

    This commit switches from using java util's default timezone method to
    using joda. The former can cause problems when the string representation
    of the timezone is unknown to joda.
    
    closes elastic#35518
    rjernst committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    8725222 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. use getDefault

    rjernst committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5bdb7f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b97ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c85d7 View commit details
    Browse the repository at this point in the history