Results 1 to 7 of 7
I have XP installed & recently i installed FC10 .from then on both the OS display wrong date and time . how should i fix this?...
- 03-31-2009 #1
Incorrect Time & Date
I have XP installed & recently i installed FC10 .from then on both the OS display wrong date and time . how should i fix this?
- 04-01-2009 #2Just Joined!
- Join Date
- Jan 2007
- Location
- San Antonio, TX
- Posts
- 21
I suspect this is due to XP not setting the hwclock to UTC and Fedora referencing the clock as UTC.
The easiest way to correct this is to edit '/etc/sysconfig/clock' value for UTC=true to UTC=false.
If it is not there then you need to add it.
- 04-01-2009 #3
I think it's because you need to set your time to local, try this command
Of course you need to change the above command to reflect the correct time in your area.Code:hwclock --set --date='03/31/09 21:08:40' --localtime
After this, you'll need to set the time in XP also, but I don't think it's going to change anymore.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-01-2009 #4
Why not just run NTP? No need to fiddle with the time settings then.
- 04-01-2009 #5
Will that solve the problem of Windows time being incorrect too or this a BIOS thing?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-02-2009 #6
Try this
Good Luck!!!Code:hwclock --systohc --localtime date "ddmmhhmm"
"If we lived in a world where the better technology won out, then no doubt everybody and their aunt Fanny would be using GNU/Linux"
Sam Varghese
- 04-02-2009 #7
Windows has an NTP app also.


Reply With Quote