log2timeline / dfdatetime

Digital Forensics date and time
Apache License 2.0
23 stars 15 forks source link

DRAFT added support for centiseconds in the TimeElementsWithFractionOfSeconds #282

Closed rick-slin closed 4 months ago

rick-slin commented 5 months ago

@joachimmetz As discussed in the plaso PR #4688, I would like to propose these change to add support for centisecond precision in TimeElementsWithFractionOfSeconds.

I think it would be easy to add 100us precision based on that template.

Thank you for your time and consideration.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.67%. Comparing base (790074c) to head (06c1d36).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #282 +/- ## ========================================== + Coverage 96.20% 96.67% +0.47% ========================================== Files 24 24 Lines 2343 2375 +32 ========================================== + Hits 2254 2296 +42 + Misses 89 79 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joachimmetz commented 5 months ago

@rick-slin thanks, the changes look good to me. Left a small nit and a question.