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

remove useUTC deprecation, set default timezone to local #22696

Merged
merged 6 commits into from Mar 29, 2019

Conversation

jbudz
Copy link
Member

@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 Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.0.0 labels Sep 4, 2018
@@ -186,7 +186,7 @@ export default () => Joi.object({
then: Joi.default(!process.stdout.isTTY),
otherwise: Joi.default(true)
}),
timezone: Joi.string().allow(false).default('UTC')
timezone: Joi.string().allow(false).default(false)
Copy link
Member 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
Contributor

💔 Build Failed

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

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

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

💔 Build Failed

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

Pinging @elastic/kibana-operations

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
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
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 Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Operations Team label for Operations Team v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants