hi,
i am having a small doubt.
For getting the time we import “time” in python.
With time will i be able to get the Internet Time?
Frankly speaking i don’t know much abt Internet Time.
Any ideas???
···
–
Regards,
Shine Anne
hi,
i am having a small doubt.
For getting the time we import “time” in python.
With time will i be able to get the Internet Time?
Frankly speaking i don’t know much abt Internet Time.
Any ideas???
–
Regards,
Shine Anne
Maybe this helps:
http://www.timeanddate.com/time/internettime.html
On 7/13/06, Shine Anne < m2ids2005@gmail.com> wrote:
hi,
i am having a small doubt.
For getting the time we import “time” in python.
With time will i be able to get the Internet Time?
Frankly speaking i don’t know much abt Internet Time.
Any ideas???
Regards,
Shine Anne
–
Rune Devik
http://www.garageinnovation.org
Shine Anne wrote:
hi,
i am having a small doubt.
For getting the time we import "time" in python.
With time will i be able to get the Internet Time?
Frankly speaking i don't know much abt Internet Time.
Any ideas???
The time module just deals with the system clock, so if the system clock is wrong then the values returned by the time module will be wrong too. There are lots of utilities available however to keep the system clock synchronized with one of the atomic clocks that provides a time server.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!