Open
Description
If a timestamp has a 10-millisecond time (last digit 0), the returned milliseconds time is not correct.
.time(1497600000030L, TimeUnit.MILLISECONDS)
after reading from database:
fromInfluxDBTimeFormat(raw.get(0).toString()) returns "1497600000003"
the database contains "2017-06-16T08:00:00.03Z"