Skip to content

Conversation

@pgomulka
Copy link
Contributor

@pgomulka pgomulka commented Jul 1, 2020

Backports the following commits to 7.x:

Date processor was incorrectly parsing week based dates because when a
weekbased year was provided ingest module was thinking year was not
on a date and was trying to applying the logic for dd/MM type of
dates.
Date Processor is also allowing users to specify locale parameter. It
should be taken into account when parsing dates - currently only used
for formatting. If someone specifies 'en-us' locale, then calendar data
rules for that locale should be used.
The exception is iso8601 format. If someone is using that format,
then locale should not override calendar data rules.
closes elastic#58479
# Conflicts:
#	server/src/main/java/org/elasticsearch/common/time/DateFormatters.java
@pgomulka pgomulka added the :Core/Infra/Core Core issues without another label label Jul 1, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Core)

@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Jul 1, 2020
@pgomulka
Copy link
Contributor Author

pgomulka commented Jul 1, 2020

@elasticmachine run elasticsearch-ci/2

@pgomulka pgomulka self-assigned this Jul 1, 2020
@pgomulka pgomulka merged commit 2c27591 into elastic:7.x Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants