You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clock endpoint in the API is depending on ntpd, which is no longer guaranteed present and causes a five-second delay. Ergo, in the library's clockstate.py:
Do a better/faster job detecting whether NTP or chrony are present.
Make sure the system time is grabbed as early as possible in clock_state() to minimize error.
[ ]
The text was updated successfully, but these errors were encountered:
The
clock
endpoint in the API is depending on ntpd, which is no longer guaranteed present and causes a five-second delay. Ergo, in the library'sclockstate.py
:clock_state()
to minimize error.The text was updated successfully, but these errors were encountered: