GuillemCastro / rt-data

rt-data is a data acquisition framework for embedded and IoT systems
GNU Lesser General Public License v3.0
1 stars 1 forks source link

SQLite is truncating timestamps #1

Closed GuillemCastro closed 5 years ago

GuillemCastro commented 5 years ago

When saving a Data instance to SQLite, the timestamp is truncated to a 32-bit integer instead of an unsigned 64-bit integer.

pasted_image_at_2019-04-15__2_44_pm