I need to convert a windows hex 64 bit (big endian) date time to something readable in python?
example 'abaaaaaaccd3e340'
converts to "Tue, 29 June 2010 09:47:42 UTC"
Any help would be appreciated.
I need to convert a windows hex 64 bit (big endian) date time to something readable in python?
example 'abaaaaaaccd3e340'
converts to "Tue, 29 June 2010 09:47:42 UTC"
Any help would be appreciated.
http://code.activestate.com/recipes/303344-converting-windows-64-bit-time-to-python-useable-f/
This might help...
Looks word-for-word like this question, but your example number is different, although the date/time is exactly the same.