I added a link to the official Sqlite documentation page yesterday.
It's interesting reading, especially the section on how Sqlite handles data types for dates compared to other SQL engines
If you store a number in a Sqlite date field , it's interpreted as seconds from 1970.
That is 1000 times off from AI2 clock milliseconds.