SQLite datatypes says: (http://www.sqlite.org/datatype3.html#datetime)
INTEGER as Unix Time, the number of seconds since 1970-01-01 00:00:00 UTC
But ResultSet.getDate() treats the database stored value as the number of milliseconds since the Unix epoch.