Clock Resets


Recommended Posts

I recently upgraded to Ubuntu 5.10 and I must have checked

something funny in the setup because when I restart my computer

into Windows, the clock is ahead by 6 hours

I think that this is the time difference between Central (US) time

and GMT.

It's not really a BIG deal to reset the clock when I log back into

Windows, but I shouldn't have to do this.

Can somebody tell me what I have to do to correct this?

Thanks, experts!!

Jim

Link to post
Share on other sites

http://ubuntuguide.squarecows.com/doku.php

How to disable system time/date from being reset to UTC (GMT)?

Read general_notes

Type

sudo cp /etc/default/rcS /etc/default/rcS_backup
sudo gedit /etc/default/rcS

Find this line

UTC=yes

Replace with the following line

UTC=no

Save the edited file (sample)

System → Administration → Time and Date

Set the correct time/date

Type

sudo /etc/init.d/hwclock.sh restart

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...