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

System time drift #12

Open
esdandreu opened this issue Aug 13, 2022 · 0 comments
Open

System time drift #12

esdandreu opened this issue Aug 13, 2022 · 0 comments

Comments

@esdandreu
Copy link
Member

System timestamp my drift from the actual value, making synchronization with other machines imprecise. When initializing the recorder, a system time synchronization could be performed using ntplib.

import ntplib
client = ntplib.NTPClient()
response = client.request('pool.ntp.org')
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