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

Date format issue when number of signficant digits is reduced #1

Open
petenorth opened this issue Apr 16, 2018 · 0 comments
Open

Date format issue when number of signficant digits is reduced #1

petenorth opened this issue Apr 16, 2018 · 0 comments

Comments

@petenorth
Copy link
Owner

Sometimes the nanosecond date stamp of the uplink message only has 8 digits rather than 9.

Basically rather than 123456780 as the nanosecond part the string contains 12345678 .

The dataformat used yyyy-MM-dd'T'HH:mm:ss.nnnnnnnnn'Z' throws an error in this case.

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