Skip to content

remove useUTC deprecation, set default timezone to local#22696

Merged
jbudz merged 6 commits intoelastic:masterfrom
jbudz:server-tz-local
Mar 29, 2019
Merged

remove useUTC deprecation, set default timezone to local#22696
jbudz merged 6 commits intoelastic:masterfrom
jbudz:server-tz-local

Conversation

@jbudz
Copy link
Copy Markdown
Contributor

@jbudz jbudz commented Sep 4, 2018

Followup to #21561, 8.0 only.

Removes our deprecation notice and sets the default timezone to the host machines timezone.

Closes #12175

@jbudz jbudz added release_note:breaking Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// v7.0.0 labels Sep 4, 2018
otherwise: Joi.default(true)
}),
timezone: Joi.string().allow(false).default('UTC')
timezone: Joi.string().allow(false).default(false)
Copy link
Copy Markdown
Contributor Author

@jbudz jbudz Sep 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by false this means don't set it, which uses moments default (local timezone). i was hesitant to add a non-standard string to the list.

@elasticmachine
Copy link
Copy Markdown
Contributor

💔 Build Failed

@jbudz jbudz requested a review from a team January 24, 2019 22:55
@elasticmachine
Copy link
Copy Markdown
Contributor

💔 Build Failed

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

@jbudz jbudz added v8.0.0 and removed v7.0.0 labels Feb 25, 2019
@elasticmachine
Copy link
Copy Markdown
Contributor

💔 Build Failed

@jbudz jbudz added the Team:Operations Kibana-Operations Team label Mar 26, 2019
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-operations

@elasticmachine
Copy link
Copy Markdown
Contributor

💔 Build Failed

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

@jbudz jbudz added the non-issue Indicates to automation that a pull request should not appear in the release notes label Mar 27, 2019
Copy link
Copy Markdown
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

non-issue Indicates to automation that a pull request should not appear in the release notes release_note:breaking Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// Team:Operations Kibana-Operations Team v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants