I understand that I can request the system time of my machine as follows:
from datetime import datetime datetime.now()
Is there a way to request the system time of another computer on a Windows network? For example, \\mynetworkpc .
python time networking system
SIndhu
source share