[issue14720] sqlite3 microseconds

Serhiy Storchaka report at bugs.python.org
Thu Feb 14 21:17:17 CET 2013


Serhiy Storchaka added the comment:

Can convert_timestamp(val) be implemented as datetime.datetime.strptime(val.decode(), '%Y-%m-%d %H:%M:%S.%f')?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14720>
_______________________________________


More information about the Python-bugs-list mailing list