Closed dahovey closed 1 year ago
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
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