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

Only set timezone when user setting is a valid timezone #57850

Merged
merged 15 commits into from
Mar 20, 2020

Commits on Feb 18, 2020

  1. Only set timezone when user setting is a valid timezone

    Currently we set the global browser timezone based on the user's
    advanced settings.  This setting includes a list of timezones and a
    non-standard 'Browser' option which can be translated as set the
    timezone to my current.  In order to avoid warnings and possible future
    errors we only set timezone if it exists in moments list of installed
    timezones
    
    Closes elastic#38515
    jbudz committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    27bd301 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    4ecefa7 View commit details
    Browse the repository at this point in the history
  2. feedback

    jbudz committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    07f5fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    f3bd5ed View commit details
    Browse the repository at this point in the history
  2. only set timezone if defined

    jbudz committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    10d3edb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Update src/core/public/integrations/moment/moment_service.ts

    Co-Authored-By: Mikhail Shustov <[email protected]>
    jbudz and mshustov authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    60f76e3 View commit details
    Browse the repository at this point in the history
  2. Update src/core/public/integrations/moment/moment_service.ts

    Co-Authored-By: Mikhail Shustov <[email protected]>
    jbudz and mshustov authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    84c655b View commit details
    Browse the repository at this point in the history
  3. Update src/core/public/integrations/moment/moment_service.test.ts

    Co-Authored-By: Mikhail Shustov <[email protected]>
    jbudz and mshustov authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c23333b View commit details
    Browse the repository at this point in the history
  4. Update src/core/public/integrations/moment/moment_service.test.ts

    Co-Authored-By: Mikhail Shustov <[email protected]>
    jbudz and mshustov authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c7e412d View commit details
    Browse the repository at this point in the history
  5. update test name

    jbudz committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d8f04bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bc4111 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d200d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    ea81cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    35af6e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    7ad2e8b View commit details
    Browse the repository at this point in the history