-
Notifications
You must be signed in to change notification settings - Fork 361
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
l2t_csv: output in second precision? #1929
Comments
The dynamic output format, which is the default CSV output format you're referring to here outputs time according to ISO8601, which doesn't support microseconds directly. It does support fractional time values, which we could use to represent values more precise than a second, but this requires some work in dfdatetime. If you need sub-second precision, you can try the json output modules which have the date in Plaso's internal representation of microseconds since the Unix epoch , or xlsx which uses the native Excel format. |
Hi @Onager,
There should be microseconds somewhere. I guess this will work:
Please check it. |
Hi, I did some tests and the simple modification of the format string did not work for me. |
Duplicate of #2132 |
Description of problem:
I don't see microseconds in MFT data while doing psort of plaso file to csv.
Command line and arguments:
psort.py -w output.csv input.plaso
Source data:
From MFT export:
/thumbcache_sr.db","2013-04-30 17:31:06.640667","2013-04-30 17:31:06.640667" ...
In csv file:
04/30/2013,17:31:06,UTC,MACB,FILE,NTFS Content Modification Time,Content Modification Time; Creation Time; Last Access Time; Metadata Modification Time,- /thumbcache_sr.db
Plaso version:
20180528
Operating system Plaso is running on:
linux
Installation method:
The text was updated successfully, but these errors were encountered: