View Single Post
 
Old 12-12-2009, 05:16 AM
yusofu yusofu is offline
Cheetah
 
Join Date: Jun 2009
Posts: 3
Quote:
Originally Posted by spalek83 View Post
so i set both windows 7 and osx snow to san francisco/pacific standard time

so they should both think I am in the same area and show the exact same time that is saved in the bios, yet when I boot into osx it shows the clock wrong, off by 12 hours or more. if I change it to the correct time of course windows time is off. I know I could make them both connect to the internet and change the time, but that not only dosn't always work, it is irrational.. do others deal with this, and how? it drives me crazy


how do I force osx to just show the time that is in the bios correctly?

thanks
Dear Spalek83,

Relax, relax . . . . OS X collects and writes clock from/to BIOS directly !!
Tuning can be done with these :-

- Pls correct your clock to ur current time first.
- Use a Terminal,
- type
sudo nano /etc/rc.local
-
type in ur password
- type
date `date -u +%m%d%H%M%Y`
- type Ctrl O (to save)
- type Ctrl X (to exit)
- type
sudo nano /etc/rc.shutdown.local
- type
date -u `date +%m%d%H%M%Y`
- [look at the differences, will ya !!]
- type Ctrl O (to save)
- type Ctrl X (to exit)

- restart if you wish to check clock in Win7 and restart again to SL.

(DO NOT miss any single character above - otherwise it may not work)
Well, upon next restart SL will be abit a bit lag to show ur tuned clock but if u click ur clock up there, the correct time will be displayed.

Don't worry, the script won't brick ur OS X.

Credits to ALL MENTORS around the GLOBE.
Reply With Quote