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 baloan
Recipients baloan, christian.heimes, wangchun, zseil
Date 2008-11-17.20:59:51
SpamBayes Score 0.036578562
Marked as misclassified No
Message-id <1226955592.56.0.167102219533.issue1982@psf.upfronthosting.co.za>
In-reply-to
Content
Some typos corrected. Sorry for any inconvenience.

a_datetime = datetime.now()
a_datetime.replace(microsecond = 1)

iso_str = a_datetime.isoformat()
b_datetime = datetime.strptime(iso_str, "%Y-%m-%dT%H:%M:%S.%f")

assert(a_datetime = b_datetime)
History
Date User Action Args
2008-11-17 20:59:52baloansetrecipients: + baloan, zseil, christian.heimes, wangchun
2008-11-17 20:59:52baloansetmessageid: <1226955592.56.0.167102219533.issue1982@psf.upfronthosting.co.za>
2008-11-17 20:59:51baloanlinkissue1982 messages
2008-11-17 20:59:51baloancreate