This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davidfraser
Recipients Neil Muller, andersjm, belopolsky, davidfraser, hodgestar, tebeka, vstinner, werneck
Date 2008-11-24.18:09:24
SpamBayes Score 0.00015665474
Marked as misclassified No
Message-id <1469301663.107801227533154977.JavaMail.root@klofta.sjsoft.com>
In-reply-to <1831613200.107781227533102429.JavaMail.root@klofta.sjsoft.com>
Content
----- "STINNER Victor" <report@bugs.python.org> wrote:

> STINNER Victor <victor.stinner@haypocalc.com> 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)
History
Date User Action Args
2008-11-24 18:09:28davidfrasersetrecipients: + davidfraser, tebeka, belopolsky, andersjm, vstinner, werneck, hodgestar, Neil Muller
2008-11-24 18:09:25davidfraserlinkissue2736 messages
2008-11-24 18:09:25davidfrasercreate