![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Going Big Time and Prime Time Against Windows, UNIX (WSJ) (Addict 3D) | iBot | UNIX and Linux RSS News | 0 | 06-21-2007 01:10 PM |
| Start time/end time and status of crontab job | thambi | Shell Programming and Scripting | 3 | 05-16-2007 07:24 AM |
| How To Provide Time Sync Using Nts-150 Time Server On Unix Network? | pesty | UNIX for Advanced & Expert Users | 2 | 03-21-2007 10:20 PM |
| losing time | kburrows | UNIX for Dummies Questions & Answers | 9 | 01-01-2004 08:50 PM |
| default time in Solaris 8 for time-wait | eloquent99 | UNIX for Dummies Questions & Answers | 1 | 04-01-2003 06:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a voicemail system that runs on Unix, I am new to unix 1. Is this generic to Unix?? 2. If so why??? thanks |
| Forum Sponsor | ||
|
|
|
||||
|
I'm sure what your manual meant to say is that your clock is accurate to within plus or minus 3 seconds a month. The accuracy of the clock is dependent on the hardware.
On HP systems a technician can adjust the accuracy of the clock if it is way off. But +/- 3 seconds/month is not bad. For greater accuracy, you can run NTP, a networking service that keeps your clock in sync with super accurate network visible clocks. That will keep you to within a second very easily. The official unix standard demands that the seconds of a minute be within the range 0 to 59 and each day must comprise exactly 86,400 seconds. This allows you to precompute the number of seconds between two times in the future. But it also means that leap seconds are illegal. So a strictly conforming unix system must be off by one second every now and then. However, it is common to violate the prohibition against leap seconds. This is the only constraint on clock accuracy that unix attempts to impose. See this thread. |