Lowe Thiderman added the comment: > 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! ---------- nosy: +thiderman _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14720> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com