I want to export data from a crate database to memsql. The crate database stores its timestamps in milliseconds based on UTC.
Yet when importing this as such to a memsql database, my values get zeroed out.
How should I import my timetamps in memsql?