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 thiderman
Recipients frankmillman, ghaering, pitrou, serhiy.storchaka, thiderman
Date 2013-02-23.17:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361640716.03.0.348426685625.issue14720@psf.upfronthosting.co.za>
In-reply-to
Content
> Can convert_timestamp(val) be implemented as datetime.datetime.strptime(val.decode(), '%Y-%m-%d %H:%M:%S.%f')?

No. The microseconds are not always included, as can be seen by the current implementation. Nice idea though!
History
Date User Action Args
2013-02-23 17:31:56thidermansetrecipients: + thiderman, ghaering, pitrou, frankmillman, serhiy.storchaka
2013-02-23 17:31:56thidermansetmessageid: <1361640716.03.0.348426685625.issue14720@psf.upfronthosting.co.za>
2013-02-23 17:31:56thidermanlinkissue14720 messages
2013-02-23 17:31:55thidermancreate