Synchronizing local SQLite Databases between different time zones #1285
ricardoamm
started this conversation in
General
Replies: 1 comment 6 replies
-
The timestamp value calculated by SQLite every time a record is saved in the tracking table is basically calculated using this SQL statement: Select replace(strftime('%Y%m%d%H%M%f', 'now'), '.', '') In SQLite, So it should not be a problem when regarding different timezones. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm facing some strange issues, where some local SqlLite Providers are not receiving changes for the same scope.
Could the fact that they are in different time zones create any time of problem due diferent timestamps?
Regards
Beta Was this translation helpful? Give feedback.
All reactions