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 jcrocholl
Recipients
Date 2007-03-09.16:33:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch confuses microseconds with milliseconds.
The divisor in delta_float should be 1000000.0, not 1000.0.
The result of the last test should be 86401.000001, not 86401.001.
History
Date User Action Args
2007-08-23 15:56:38adminlinkissue1665292 messages
2007-08-23 15:56:38admincreate