Skip to content

Fix timezone fallback in ingest processor (#38407)#38664

Merged
spinscale merged 1 commit intoelastic:7.xfrom
spinscale:1902-fix-timezone-fallback-in-ingest-7.x
Feb 9, 2019
Merged

Fix timezone fallback in ingest processor (#38407)#38664
spinscale merged 1 commit intoelastic:7.xfrom
spinscale:1902-fix-timezone-fallback-in-ingest-7.x

Conversation

@spinscale
Copy link
Copy Markdown
Contributor

If no timezone was specified in the date processor, then the conversion
would lead to wrong time, as UTC was assumed by default, leading to
incorrectly parsed dates.

This commit does not assume a default timezone and will thus not format
the dates in a wrong way.

Backport of #38407

If no timezone was specified in the date processor, then the conversion
would lead to wrong time, as UTC was assumed by default, leading to
incorrectly parsed dates.

This commit does not assume a default timezone and will thus not format
the dates in a wrong way.
@spinscale
Copy link
Copy Markdown
Contributor Author

@elasticmachine run elasticsearch-ci/1

@spinscale spinscale added the :Distributed/Ingest Node Execution or management of Ingest Pipelines label Feb 9, 2019
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-features

@spinscale spinscale merged commit 56edc8e into elastic:7.x Feb 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Distributed/Ingest Node Execution or management of Ingest Pipelines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants