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

Support MMyyyy date/timestamp format #5768

Merged
merged 2 commits into from
Jun 8, 2022

Conversation

res-life
Copy link
Collaborator

@res-life res-life commented Jun 7, 2022

Closes #5679

  • Support MMyyyy date/timestamp format
  • Update documents according to the CORRECTED_COMPATIBLE_FORMATS

Signed-off-by: Chong Gao res_life@163.com

Signed-off-by: Chong Gao <res_life@163.com>
@res-life
Copy link
Collaborator Author

res-life commented Jun 7, 2022

build

@res-life
Copy link
Collaborator Author

res-life commented Jun 7, 2022

build

@res-life res-life marked this pull request as ready for review June 7, 2022 10:02
@andygrove andygrove self-requested a review June 7, 2022 14:45
regexReplaceRules.map {
case RegexReplace(pattern, backref) =>
RegexReplace(pattern.replace('-', '/'), backref.replace('-', '/'))
}
case '-' =>
case Some('-') | Some(_) | None =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this is an exhaustive check for all other cases so could be simplified:

Suggested change
case Some('-') | Some(_) | None =>
case _ =>

@sameerz sameerz added the feature request New feature or request label Jun 7, 2022
@sameerz sameerz added this to the Jun 6 - Jun 17 milestone Jun 7, 2022
@res-life res-life merged commit 7de4551 into NVIDIA:branch-22.08 Jun 8, 2022
@res-life res-life deleted the support-MMyyyy branch June 8, 2022 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Support MMyyyy date/timestamp format
3 participants