Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing timestamp format to use millisecond precision #33

Merged
merged 1 commit into from May 1, 2023

Conversation

dahovey
Copy link
Contributor

@dahovey dahovey commented Jun 11, 2021

The current precision of the timestamp (second) does not provide enough detail, especially in multi-threaded environments. Added constant variable for the format and added millisecond precision.

According to official SQLite documentation millisecond precision is supported. https://www.sqlite.org/lang_datefunc.html#time_values

@saleem-mirza saleem-mirza merged commit 2334f93 into saleem-mirza:dev May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants