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

[DOC] New Datetime format rfc3339_lenient #6308

Closed
1 of 4 tasks
CaptainDredge opened this issue Jan 31, 2024 · 4 comments · Fixed by #6337
Closed
1 of 4 tasks

[DOC] New Datetime format rfc3339_lenient #6308

CaptainDredge opened this issue Jan 31, 2024 · 4 comments · Fixed by #6337
Assignees
Labels
3 - Done Issue is done/complete v2.12.0
Milestone

Comments

@CaptainDredge
Copy link
Contributor

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.
We need to add new format rfc3339_lenient format introduced in #11465 in the datetime formats doc here

Format name: rfc3339_lenient
Description: An RFC3339 compatible datetime formatter which is much faster than other full date lenient formats like strict_date_optional_time
Pattern and examples:

Year:
        YYYY (eg 1997)
Year and month:
        YYYY-MM (eg 1997-07)
 Complete date:
        YYYY-MM-DD (eg 1997-07-16)
 Complete date plus hours and minutes:
        YYYY-MM-DDThh:mmTZD (eg 1997-07-16T19:20+01:00)
 Complete date plus hours, minutes and seconds:
        YYYY-MM-DDThh:mm:ssTZD (eg 1997-07-16T19:20:30+01:00)
 Complete date plus hours, minutes, seconds and a decimal fraction of a second
        YYYY-MM-DDThh:mm:ss.sTZD (eg 1997-07-16T19:20:30.45+01:00)
        YYYY-MM-DDThh:mm:ss,sTZD (eg 1997-07-16T19:20:30,45+01:00)

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Backport 2.x: opensearch-project/OpenSearch#12107

@CaptainDredge
Copy link
Contributor Author

cc: @hdhalter

@hdhalter
Copy link
Contributor

Thanks, @CaptainDredge ! Can you please create the documentation PR with this information?

@hdhalter hdhalter added the 1 - Backlog - DEV Developer assigned to issue is responsible for creating PR. label Jan 31, 2024
@hdhalter hdhalter added this to the v2.12 milestone Jan 31, 2024
@Naarcha-AWS Naarcha-AWS self-assigned this Feb 1, 2024
@bbarani
Copy link
Member

bbarani commented Feb 1, 2024

@CaptainDredge Can you please confirm if this feature will make it to 2.12.0 release? If so, can you create the documentation PR with this information?

@CaptainDredge
Copy link
Contributor Author

@bbarani yes this has already been merged in 2.x so it should make it to 2.12.0. I've raised documentation PR here
#6337

@hdhalter hdhalter added 2 - In progress Issue/PR: The issue or PR is in progress. 3 - Done Issue is done/complete and removed 1 - Backlog - DEV Developer assigned to issue is responsible for creating PR. 2 - In progress Issue/PR: The issue or PR is in progress. labels Feb 2, 2024
@hdhalter hdhalter closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Done Issue is done/complete v2.12.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants