SensorsIot / NTPtimeESP

Small library for ESP8266 which returns the actual time adjusted by time zone and summer time
232 stars 65 forks source link

Could I use it in other place? #31

Closed ShengXingyu closed 3 years ago

ShengXingyu commented 4 years ago

Could I use it in other place? Such as Asia?

GTP95 commented 4 years ago

Of course you can, just select another NTP pool. You can look on Google for the closest pool to your area.

davidginn524 commented 3 years ago

Had a question on NTP pools. If I specify a generic pool such as pool.ntp.org. Will it get the closest NTP server to my location? For example If I specify pool.ntp.org and I setup the clock in the UK it will work off the closest one there. Then I decide to move over to the USA and it still uses pool.ntp.org does it find the closest one there then? I know I could specify one such as uk.pool.ntp.org and it will choose one of those from the UK pool but thought if it would be more generic it will automaticlaly do that? My guess is this library wont do that but the NTP Server might automatically do this?

GTP95 commented 3 years ago

You should open a new issue for this.

SensorsIot commented 3 years ago

I assume the pool server does the assignment. So you have to ask them what strategy they follow.