Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicroTimestampConverter drops leading zero when calculating the microRemainder #287

Open
rpbaltazar opened this issue Jul 2, 2020 · 0 comments

Comments

@rpbaltazar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant