Hi,
I have a database of cookie details extracted from a nokia N900 which runs a debian version of linux. The cookies have a 10 digit expiry value e.g 1579564800 and a 16 digit last accessed value 1272969761031723. Can anyone tell me what format these values are in and an easy way of converting them.
Thanks
I don't know the answer to the question, but when I run into these sort of issues I generally use Craig Wilson's
I don't know about the first value but the second is microseconds from the unix epoch date (1970-01-01 000000.000000). It renders a date of 2010-05-04 104241.031723.
You can use TimeLord if you like 😉
http//www.forensicfocus.com/index.php?name=Downloads&d_op=viewdownloaddetails&lid=88
Paul