time_server Property

The time server from which to request the time.

Syntax

def get_time_server() -> str: ...
def set_time_server(value: str) -> None: ...

time_server = property(get_time_server, set_time_server)

Default Value

"pool.ntp.org"

Remarks

This property contains the time server from which to request the time. This property should be set to a valid internet address of a time server. The server will reply with its current time (GMT).

When protocol is set to SNTP another public server that may be used is "time.google.com".

Time requests are sent to port time_port on the time_server.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]