U
U
unsstrennen2018-12-13 23:23:39
Python
unsstrennen, 2018-12-13 23:23:39

How to synchronize server and system time in Python?

A simple program is being developed as a learning project. One of the functions is synchronization of server and system time at the touch of a button.
How to implement it?
The request to the server is made, the tuple is received, but how to set the system time?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
webenbond, 2018-12-14
@unsstrennen

docs.activestate.com/activepython/2.5/pywin32/win3...

P
pfg21, 2018-12-13
@pfg21

the time synchronization algorithm over the network is described, tested and has at least one open source implementation ...
take and study ??
the educational project is done in order to learn something, and this without "digging around" is bad.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question