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

Epoch seconds can lose precision or overflow in extreme cases #51

Open
shunter opened this issue May 29, 2013 · 0 comments
Open

Epoch seconds can lose precision or overflow in extreme cases #51

shunter opened this issue May 29, 2013 · 0 comments

Comments

@shunter
Copy link
Member

shunter commented May 29, 2013

When we write samples, we use the first sample time as the epoch time, and blindly use epoch seconds for all remaining samples. When the duration since the epoch increases past some maximum allowed duration (user configurable), we should either fall back to ISO strings for sample times, or close the packet and reopen a new packet with a new epoch time.

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

No branches or pull requests

1 participant