tking2 / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 1 forks source link

Pstree doesn't show the full time #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since the timestamp are displayed with UTC, the pstree plugin didn't show the 
complete timestamp. I just changed the character limit of 20 to 30 for the 
timestamp in pstree.py and now it show the full timestamp.

Without the modification
Name                                                  Pid   PPid   Thds   Hnds 
Time                
-------------------------------------------------- ------ ------ ------ ------ 
--------------------
 0xfffffa8005a739e0:System                              4      0    223   8071 2013-03-0...UTC+0000
. 0xfffffa800ef5db30:smss.exe                         520      4      2     37 
2013-03-0...UTC+0000

With the modification
Name                                                  Pid   PPid   Thds   Hnds 
Time                        
-------------------------------------------------- ------ ------ ------ ------ 
------------------------------
 0xfffffa8005a739e0:System                              4      0    223   8071 2013-03-05 13:27:42 UTC+0000
. 0xfffffa800ef5db30:smss.exe                         520      4      2     37 
2013-03-05 13:27:42 UTC+0000

Original issue reported on code.google.com by segum...@gmail.com on 7 Mar 2013 at 12:17

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, I missed that one when I update the time stamps!

Original comment by jamie.l...@gmail.com on 7 Mar 2013 at 2:21

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3165.

Original comment by jamie.l...@gmail.com on 7 Mar 2013 at 2:23