I installed antiX 8.2 to the hard drive.
The clock in the system tray won't show the correct time. I select the America/Chicago (central) time zone, but the clock is offset by four hours. I had to select the timezone for the Midway Islands in the Pacific Ocean in order to make the clock show the correct time.
What must I do to fix this?
Thanks.
topic title: Clock time zone
6 posts
• Page 1 of 1
-
Posts: 46
- Joined: 03 Feb 2010
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
The time is probably off because you are dual booting windows, yes? If so, then you need to edit /etc/default/rcS.
Click Run from menu, type gksu leafpad /etc/default/rcS
then change UTC=yes to UTC=no.
Reboot, then set the clock again in antiX control centre.
Click Run from menu, type gksu leafpad /etc/default/rcS
then change UTC=yes to UTC=no.
Reboot, then set the clock again in antiX control centre.
-
Posts: 46
- Joined: 03 Feb 2010
#3
Thanks for all your help anticapitalista, you're a great person. You're really helping me through this.
In the case of this particular question, No, I am not dual booting. Any other thoughts?
Thanks again.
(PS: Have you ever checked into"distributism"?)
In the case of this particular question, No, I am not dual booting. Any other thoughts?
Thanks again.
(PS: Have you ever checked into"distributism"?)
-
Posts: 903
- Joined: 11 Oct 2008
#4
You could try setting the system clock. That should work and stay set correctly.
Instructions are in this link
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.linuxsa.org.au/tips/time.html"
linktext was:"http://www.linuxsa.org.au/tips/time.html"
====================================
" onclick="window.open(this.href);return false
Hope this helps.
Pedro
Instructions are in this link
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.linuxsa.org.au/tips/time.html"
linktext was:"http://www.linuxsa.org.au/tips/time.html"
====================================
" onclick="window.open(this.href);return false
Hope this helps.
Pedro
-
Posts: 18
- Joined: 05 Jan 2010
#5
The insruction anticapitalista gave should work even without dualboot.
If it doesn't, set it, as mentioned by plvera. It happened to me recently, then I set the system correctly and I saw at the boot: Error, last mount time is in the future. which will not let you boot. If you want to be safer, before setting the clock correctly, do this:
Click Run from menu, type gksu leafpad /etc/e2fsck.conf, and paste:
Save and close. If that error appears, it will be fixed and system will boot normally.
If it doesn't, set it, as mentioned by plvera. It happened to me recently, then I set the system correctly and I saw at the boot: Error, last mount time is in the future. which will not let you boot. If you want to be safer, before setting the clock correctly, do this:
Click Run from menu, type gksu leafpad /etc/e2fsck.conf, and paste:
Code: Select all
[options]
buggy_init_scripts = true
-
Posts: 46
- Joined: 03 Feb 2010
#6
Setting the system clock according to the site plvera referenced worked for me. Thanks all.