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 mykhal
Recipients mykhal
Date 2010-05-07.11:11:15
SpamBayes Score 0.022423074
Marked as misclassified No
Message-id <1273230678.16.0.688887441579.issue8643@psf.upfronthosting.co.za>
In-reply-to
Content
now() - now() from datetime.datetime produces not-nearly-zero timedelta:

>>> import datetime
>>> (datetime.datetime.now() - datetime.datetime.now()).seconds
86399

(i can't in the moment figure out why this is happening, sice the datetime library is written in C)
History
Date User Action Args
2010-05-07 11:11:18mykhalsetrecipients: + mykhal
2010-05-07 11:11:18mykhalsetmessageid: <1273230678.16.0.688887441579.issue8643@psf.upfronthosting.co.za>
2010-05-07 11:11:16mykhallinkissue8643 messages
2010-05-07 11:11:15mykhalcreate