[issue14720] sqlite3 microseconds

Lowe Thiderman report at bugs.python.org
Sat Feb 23 18:31:56 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue14720>
_______________________________________


More information about the Python-bugs-list mailing list