You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using MicroTimestampConverter our timestamps get wrongly converted because the converter is dropping the leading zero when calculating the remainder.
E.g.
MICRO_TIMESTAMP = 1488406838008123L
This should match
March 1 2017, 22:20:38.008(123)
But when using the converter we get
March 1 2017, 22:20:38.8123
The text was updated successfully, but these errors were encountered:
when using MicroTimestampConverter our timestamps get wrongly converted because the converter is dropping the leading zero when calculating the remainder.
E.g.
MICRO_TIMESTAMP = 1488406838008123L
This should match
March 1 2017, 22:20:38.008(123)
But when using the converter we get
March 1 2017, 22:20:38.8123
The text was updated successfully, but these errors were encountered: