1. Time Synchronizing
- Posted by Mark Brown <mabrown at ihug.com.??> Jan 12, 2008
- 557 views
Hi Everyone, I'm working on creating a program for which I need to know the current time in a timezone which is different from the one I am in. Specifically, I need to know the current time in the UK. Unfortunately, I don't understand how the whole NTP thing works. Do NTP servers all synchronize to GMT (and you have to adjust the time for required timezone, daylight savings time etc) or is the time returned by a server the local time adjusted for local changes like daylight savings? Many thanks for any advice Mark
2. Re: Time Synchronizing
- Posted by Craig Welch <euphoriah at cwe?ch?org> Jan 12, 2008
- 552 views
Mark Brown wrote: > Unfortunately, I don't understand how the whole NTP thing works. Do NTP > servers > all synchronize to GMT (and you have to adjust the time for required timezone, > daylight savings time etc) or is the time returned by a server the local time > adjusted for local changes like daylight savings? As with most all Internet protocols, all is explained in an RFC. http://www.faqs.org/rfcs/rfc1305.html Note, there's no reference there to GMT. It's UTC. -- Craig Euphoria friendly webhosting: http://www.wazu.jp/hosting/euphoria.html
3. Re: Time Synchronizing
- Posted by "Mark Brown" <mabrown at ihug.com.au> Jan 14, 2008
- 537 views
Thanks for the link Craig. I think I know what to do now. Mark