In the cod eon a fwe places there is this: yyyy-mm-dd hh:nn:ss:zzz used for datetime string conversion. According to the docs it is wwrong tho it should ne yyyy-mm-dd hh:nn:ss.zzz so not a : but a . before the zzz. I guess in the case of an update you'd have to support both now.. And with the .zzz for writing.... I just found out when one of my sqlite tools kept showing the wrong date. Anyway it is a minor fix but for those that do the fix be aware that your old date/time then is still incorrectly showing the :zzz part so you may need to do an update on your tables...