losing time


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers losing time
# 8  
Old 01-01-2004
Problem solved. The Earth is no longer losing time, yet scientist still add an extra leap second each year.... Smilie

Earth changes its spin, baffles scientists
Thursday, January 1, 2004 Posted: 10:16 AM EST (1516 GMT)

BOULDER, Colorado (AP) -- In a phenomenon that has scientists puzzled, the Earth is right on schedule for a fifth straight year.

Experts agree that the rate at which the Earth travels through space has slowed ever so slightly for millennia. To make the world's official time agree with where the Earth actually is in space, scientists in 1972 started adding an extra "leap second" on the last day of the year.

For 28 years, scientists repeated the procedure. But in 1999, they discovered the Earth was no longer lagging behind.

At the National Institute for Science and Technology in Boulder, spokesman Fred McGehan said most scientists agree the Earth's orbit around the sun has been gradually slowing for millennia. But he said they don't have a good explanation for why it's suddenly on schedule.

Possible explanations include the tides, weather and changes in the Earth's core, he said.

The leap second was an unexpected consequence of the 1955 invention of the atomic clock, which use the electromagnetic radiation emanated by Cesium atoms to measure time. It is extremely reliable.

Atomic-based Coordinated Universal Time was implemented in 1972, superseding the astronomically determined Greenwich Mean Time.

Leap seconds can be a big deal, affecting everything from communication, navigation and air traffic control systems to the computers that link global financial markets.Leap Second Story
# 9  
Old 01-02-2004
But everyone seems to have skipped the question as to why their Server is losing time...

System clocks on computers are very poor time pieces - they are notoriously inaccurate - hence the need for NTP services. It is not uncommon for a computer's system clock to be off by minutes per month.
# 10  
Old 01-02-2004
Quote:
Originally posted by ccy
But everyone seems to have skipped the question as to why their Server is losing time...
Including you. You just restate that computers have poor clocks.


The reason is cost. An accurate clock would add from $200 to $50000 to the cost of the computer depending on how much accuracy you wanted. Computer hardware manufacturers are competing heavily in the cost of the system. They aren't willing to spend much money on a super accurate clock.

People who need accurate time just use ntp which can keep you accurate to a fraction of a second.


And to put on my moderator hat... It's hard to know where to draw the line in a thread like this. And yes, I'm as guilty as anyone. This stuff is interesting, but we are not a geophysics site. So a lengthy discussion of of the anomilies in Earth's rotation will quickly get way out of bounds and will accomplish nothing. Let's try to keep stuff computer related. Thanks. Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Losing Time

Our Unix system is losing a considerable amount of time each day, and our support service company says our motherboard is the cause. They "upgraded" us 5 years ago to basically the same thing as what we had previously, and are looking to "upgrade" us again now for about $5,000... I think... (23 Replies)
Discussion started by: Big Z
23 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Losing the connection

Hi. Recently when I'm logged in to site after some seconds, for instance, I lose the connection and need sign in again. It happens on Firefox and Chrome. Or another example, when I'm logged in to site and click on my nick name (right up corner) I lose the connection to site. User: tiago ... (0 Replies)
Discussion started by: Unregistered
0 Replies

3. Programming

Losing signal problem

I'm newbie in UNIX programming, I have a problem with signals. I'm writing multithread program, where threads can die at any moment. When thread dies it generates signal SIGUSR1 to main thread and then thread dies. Main thread gets a signal and waits for thread dead. I wrote program like this: ... (5 Replies)
Discussion started by: DendyGamer
5 Replies

4. HP-UX

losing mail enroute

system is HP-UX B.11.23 U ia64 A standard feature of almost all of our cron jobs is to redirect output to a log file, then at the end of the script to embed the contents of that log file in the body of an email sent to the IT staff. Typical code to do this is $MAILER -s "$PROC: $SUBJECT"... (3 Replies)
Discussion started by: edstevens
3 Replies

5. Emergency UNIX and Linux Support

losing ESSID

Hey guys, facing a weird issue - hoping someone might be able to help. The wireless network on my laptop is configured with a static IP address. (not using nm) When i take the laptop out of the range (or i power the router down) the essid is becoming "off/any". When i'm back in range the... (6 Replies)
Discussion started by: moshe88
6 Replies

6. Shell Programming and Scripting

Losing quotes after redirection

Hello experts, Pleas I have written a shell script to build a parfile but I keep losing the quotes from query1 and query variables after the redirection.. How do I fix this ? PARFILE=${EXPDP_BASE}/expdp_${DAY}.par USERID=$(${ORACLE_BASE}/getpass.ksh SYSTEM opnlkp2.uk.ml.com)... (2 Replies)
Discussion started by: kamathg
2 Replies

7. Solaris

Losing my solaris virginity

So here's the scoop. I am working on a project to automate the building of spark based solaris servers. I've got a cursory amount of knowledge of how to use the os after some pretty heavy experience with Linux, and doing a similar project there. I have a few questions though... 1) how is... (5 Replies)
Discussion started by: msarro
5 Replies

8. Shell Programming and Scripting

Losing zero in while read

I'm using a while read statement to read in lines from a file, if a value (for example) is 1000.10 in a field, the last zero is removed leaving 1000.1 does anyone know a way to keep the field as it is in the original file? (1 Reply)
Discussion started by: gefa
1 Replies

9. UNIX for Dummies Questions & Answers

Losing ownership with gzip

I'm trying to sell the use of gzip instead of compress in our department. One issue I'm having (which is a showstopper) is that I lose the ownership when gzipping and gunzipping, though it's mentioned all over the web that files are supposed to keep ownership. Example: -rwxrwxrwx 1 ms32345 ... (3 Replies)
Discussion started by: superdelic
3 Replies

10. UNIX for Dummies Questions & Answers

Losing Time/Time cloclk

:confused: :confused: :confused: I have a voicemail system that runs on Unix, I am new to unix:rolleyes: . However the manual I have informs me that the unix clock loses three seconds every day, and I have to perform a sync at the end of the month. My questions are simple 1. Is this generic... (4 Replies)
Discussion started by: azdauk
4 Replies
Login or Register to Ask a Question