Wim Sterns wrote: > Hi, > > How can I read the time from an internet time server > > thanks > Wim
Wim, You could either read the headers in an HTTP response or, better, run timekeeping software like NTP on the client PC. http://www.meinberg.de/english/sw/ntp.htm Other alternatives are time and daytime protocols, where you just open the connection to get a response (IIRC). You could also just get a single NTP packet, and parse it - the packet fields are defined here: http://www.faqs.org/rfcs/rfc2030.html Cheers, David -- SatSignal software - quality software written to your requirements Web: http://www.satsignal.eu Email: [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

