aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/synctime.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/synctime.c')
-rw-r--r--docs/examples/synctime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/synctime.c b/docs/examples/synctime.c
index 1cb3f8750..2bbf951fc 100644
--- a/docs/examples/synctime.c
+++ b/docs/examples/synctime.c
@@ -104,10 +104,10 @@ typedef struct
const char DefaultTimeServer[4][MAX_STRING1] =
{
- "http://nist.time.gov/timezone.cgi?UTC/s/0",
+ "http://pool.ntp.org/",
+ "http://nist.time.gov/",
"http://www.google.com/",
- "http://www.worldtimeserver.com/current_time_in_UTC.aspx",
- "http://www.worldtime.com/cgi-bin/wt.cgi"
+ "http://www.worldtimeserver.com/"
};
const char *DayStr[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};