Re: Clockspeed never shows current clock with more that 6 places of a ccuracy.
[email protected] (Paul Jarc) Mon, 13 Jan 2003 15:19:54 -0500
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Ethan Erchinger <[email protected]> wrote: > What I notice is that the last 12 digits are always zero's, as such: > > $ sntpclock 1.2.3.4 | clockview > before: 2003-01-13 12:10:16.152863000000000000 > after: 2003-01-13 12:10:29.487858499824590980 That's normal. gettimeofday has only microsecond granularity. paul