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 belopolsky
Recipients acucci, belopolsky, berker.peksag, cvrebert, elixir, ezio.melotti, gvanrossum, jerry.elmore, lemburg, matrixise, r.david.murray, skip.montanaro, terry.reedy, tim.peters, vstinner
Date 2015-12-15.20:01:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450209688.79.0.712401437106.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem here is that millisecond and nanosecond seems not to be attributes of the datetime object.

millisecond = dt.microsecond // 1000

nanosecond = 0  # until we add it to datetime.
History
Date User Action Args
2015-12-15 20:01:28belopolskysetrecipients: + belopolsky, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, vstinner, ezio.melotti, r.david.murray, cvrebert, berker.peksag, matrixise, elixir, jerry.elmore, acucci
2015-12-15 20:01:28belopolskysetmessageid: <1450209688.79.0.712401437106.issue19475@psf.upfronthosting.co.za>
2015-12-15 20:01:28belopolskylinkissue19475 messages
2015-12-15 20:01:28belopolskycreate