I am writing a program to print out the OFFITEMS log from windows
Included in the file are filenames with a 8Byte FILETIME next to the
filename.
I need to convert the 8 byte filetime (64bit) into a regular
time and date we can all read.
I am under the gun and would like to know if anyone has code to convert
the 8bytes to regular date and time. I have the file layout figured out
just not how the 8 bytes (64bits) work.
------------------
Included in the file are filenames with a 8Byte FILETIME next to the
filename.
I need to convert the 8 byte filetime (64bit) into a regular
time and date we can all read.
I am under the gun and would like to know if anyone has code to convert
the 8bytes to regular date and time. I have the file layout figured out
just not how the 8 bytes (64bits) work.
------------------
Comment