Jump to content
5 posts in this topic

Recommended Posts

So I'm dual booting OS X (tubgirl AMD 10.4.10) and Vista, and I have a wierd problem. They seem to be interfering with each other's clocks. When I logged into vista, my clock was off and I had to reset it. When I logged into OS X, that clock was off and I had to reset it. The next time I logged into vista the same thing happened.

 

Now the wierd thing is, it's only the hour that is wrong, the minutes appear to be correct each time. Also, I don't know, but it seems the hour is the last time I logged onto that OS.

 

HELP!!!

 

EDIT:

 

I found this but it's confusing, can someone explain to me what it means?

 

There are two alternative solutions, however this solution is the most reliable.

Use this little trick to change the clock between local & universal every boot. A couple lines need to be added to the initialization sequence, you'll need root privleges to do this. These files probably don't already exist on your system, so take that under advisement.

First you'll need to add a line to /etc/rc.local:

date `date -u +%m%d%H%M%Y`

Note the use of backticks to tell sh to pass the output from the enclosed command to the outer one.

 

And to /etc/rc.shutdown.local you'll need to add this:

date -u `date +%m%d%H%M%Y`

This changes it back again.

Be sure your clock is set correctly before your next reboot. Otherwise your clock will be messed up till you correct the time (either on macos or windows). This should keep your windows and macosx clocks in sync from now on.

 

Where is rc.local and rc.shutdown.local?

Link to comment
https://www.insanelymac.com/forum/topic/59064-clock-problems/
Share on other sites

  • 2 weeks later...
×
×
  • Create New...