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 serhiy.storchaka
Recipients frankmillman, ghaering, pitrou, serhiy.storchaka
Date 2013-02-14.20:17:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360873037.5.0.854594744884.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')?
History
Date User Action Args
2013-02-14 20:17:17serhiy.storchakasetrecipients: + serhiy.storchaka, ghaering, pitrou, frankmillman
2013-02-14 20:17:17serhiy.storchakasetmessageid: <1360873037.5.0.854594744884.issue14720@psf.upfronthosting.co.za>
2013-02-14 20:17:17serhiy.storchakalinkissue14720 messages
2013-02-14 20:17:17serhiy.storchakacreate