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

Documented time zone handling does not match Joda-Time's time zone handling #148

Open
kesslerm opened this issue May 16, 2022 · 0 comments

Comments

@kesslerm
Copy link

Description:

The documentation shows 3 different possible values for the time zone offset: Z, ZZ, and ZZZ. This is in line with the way Java's DateTimeFormat handles time zone offsets. However, Joda-Time (which this plugin still uses) knows only the single Z character.

URL:

https://www.elastic.co/guide/en/logstash/current/plugins-filters-date.html
https://github.com/JodaOrg/joda-time/blob/master/src/main/java/org/joda/time/format/DateTimeFormat.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant