Skip to content

System time drift when using different machines #12

Description

@esdandreu

System timestamp might 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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions