David Fraser <[EMAIL PROTECTED]> added the comment:

----- "STINNER Victor" <[EMAIL PROTECTED]> wrote:

> STINNER Victor <[EMAIL PROTECTED]> added the comment:
> 
> Timedelta formats:
> 
> (a) Win64: 64 bits unsigned integer, number of 1/10 microsecond
>  - file format: Microsoft Word document (.doc), ASF video (.asf)
> 
> (b) 64 bits float, number of seconds
>  - file format: AMF metadata used in Flash video (.flv)

There are also the PyWinTime objects returned by PythonWin COM calls which are 
basically FILETIMEs
I don't have time to get the details now but I recently submitted a patch to 
make them work with milliseconds - see 
http://sourceforge.net/tracker/index.php?func=detail&aid=2209864&group_id=78018&atid=551954
 (yes I know this is a bit off-topic here)

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2736>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to