Is there a python module/snippet which can decode the integer datestamps contained in OSX - specifically mail - plists?
EG, this bit:
<key>date-sent</key>
<integer>1264001747</integer>
is likely in Jan 2010.
How to deconstruct? I'm aware of the very good plistlib - but this only gets me to that integer.