I've determined that I need to convert a Windows FILETIME type to something PHP can work with. I want this to be a PHP function.
Say I have this value: 60 F3 47 D1 57 98 C9 01
Step 1: (Thanks to this page http://www.cyanwerks.com/file-format-url.html) I know I need to change the order to 01 C9 98 57 D1 47 F3 60
Step 2: ?????