-
Notifications
You must be signed in to change notification settings - Fork 366
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
implemented DateLessLogFormatHelper #4699
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4699 +/- ##
========================================
Coverage 85.24% 85.25%
========================================
Files 426 427 +1
Lines 38532 38643 +111
========================================
+ Hits 32847 32944 +97
- Misses 5685 5699 +14 ☔ View full report in Codecov by Sentry. |
8921705
to
bc63df0
Compare
bc63df0
to
8b20862
Compare
@rick-slin FYI I'll start looking at merging this after the March release I might combine it with the yearless log helper into 1 |
…iest_date and latest_date, added tests for dateless_helper
@rick-slin unfortunately there are some shortcomings in the current design/approach, I'll need to take a closer look at a later time how to best implement support for date and time formats without a date. |
Closing in favor of #4851 |
One line description of pull request
Implemented DateLessLogFormatHelper to retreive a date based on the modified, changed and creation time of a file.
Description:
Implemented DateLessLogFormatHelper to retreive a date based on the modified, changed and creation time of a file.
Related issue (if applicable): fixes #4697
Notes:
All contributions to Plaso undergo code review.
This makes sure that the code has appropriate test coverage and conforms to the
Plaso style guide.
One of the maintainers will examine your code, and may request changes. Check off the items below in
order, and then a maintainer will review your code.
Checklist: