I'm really hoping you can help me with this. I have a date outputted by a python program that I need to be able to access in another program.
The problem is that I have no idea how this date is formatted:
Format Date
129893779638930000 - 2012-08-13 17:32:43
It is both date and time, and I'm really hoping somebody recognizes what format it is in, as I don't know python very well. Bonus points if you can show me how to convert it to a unix timestamp.
EDIT: The program that does this is a component for Foobar2000 (an extension for a music program). The component is shown here: http://www.foobar2000.org/components/view/foo_playcount, and it is the XML export feature that generates the odd date/timestamp.