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 support for 2-digit years in java datetime parser #5596

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

guilload
Copy link
Member

@guilload guilload commented Jan 3, 2025

Description

There is a YearRepr::LastTwo representation in the time crate, but the parser is unreliable, so let's only support YearRepr::Full for now. See also time-rs/time#649.

How was this PR tested?

c t -p quickwit-datetime

@guilload guilload requested a review from trinity-1686a January 3, 2025 15:52
@guilload guilload force-pushed the guilload/fix-java-datetime-parser branch from 33056b6 to 081eb36 Compare January 3, 2025 15:52
@trinity-1686a trinity-1686a merged commit 81bae66 into main Jan 3, 2025
4 of 5 checks passed
@trinity-1686a trinity-1686a deleted the guilload/fix-java-datetime-parser branch January 3, 2025 16:24
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

Successfully merging this pull request may close these issues.

2 participants