Skip to content
Discussion options

You must be logged in to vote

Since there is no built-in date format in SQLite, we need to choose the format in which the date is stored in the DB. timestamp_ms stores and operates with the date as a number of milliseconds. timestamp uses seconds instead. So if you want to have milliseconds precision, or if you already have the date stored as milliseconds in the DB, you should choose timestamp_ms.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Nick-Mazuk
Comment options

You must be logged in to vote
1 reply
@Angelelz
Comment options

Angelelz Nov 5, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants