subsecond timestamp reporting
Brought to you by:
carrier
While working on the Ext4 support, I noticed that a great deal of the time printing functions eventually end up calling tsk_fs_time_to_str. As a temporary hack, I have made a tsk_fs_time_to_str_subsecs which allows me to pass in another parameter for the ext4 nano second timestamps. So the question is, how should subsecond times be represented in TSK output? Does this require changes to the API?
[seconds].[subseconds] (Just a decimal point separating)
[seconds] | [subseconds] (An entirely new field)