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 jamesh
Recipients
Date 2007-03-05.10:23:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The problem seems to be in datetime_from_timestamp() from datetimemodule.c.  It should probably be checking to see whether the microseconds value it calculates is negative, and adjust "timet" and "us" accordingly if so.
History
Date User Action Args
2007-08-23 14:51:35adminlinkissue1646728 messages
2007-08-23 14:51:35admincreate