Discovered: Jan 4, 2022.22:03 DateTime Datatypes in SQLite <– SQLite does not have a storage class set aside for storing dates and/or times. Instead, the built-in Date And Time Functions of SQLite are capable of storing dates and times as TEXT, REAL, or INTEGER values <– ISO 8601 or unix time integer or real

Leave a comment on github