Hey, for the datetime type it looks like perspective only supports sending datetime as epoch time in milliseconds.
Our systems can generate time in various units ( seconds, millis, micros, etc ) so we find ourselves converting every single datetime data event on the front end into millis before pushing into perspective.
Is there a way to control the expected units of a datetime column, and if not is there an appetite to add support for it?
Thanks
Hey, for the datetime type it looks like perspective only supports sending datetime as epoch time in milliseconds.
Our systems can generate time in various units ( seconds, millis, micros, etc ) so we find ourselves converting every single datetime data event on the front end into millis before pushing into perspective.
Is there a way to control the expected units of a datetime column, and if not is there an appetite to add support for it?
Thanks