Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th May 2011, 06:17 PM
vermissa Offline
Registered User
 
Join Date: May 2011
Posts: 2
linuxfirefox
Fedora 15 date & time issue.

I upgraded from fedora 14 to fedora 15 yesterday. I live in India (IST) which is GMT +05:30 . Every time I boot, my system clock increases its time by 5 and a half hours. For example, system clock on my machine is now Wednesday May 26,2011 22:44. If i were to reboot now, the time I would get is Thursday May 27, 2011 04:14. How do I correct this? Thanks in advance.
Reply With Quote
  #2  
Old 27th May 2011, 07:31 AM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,764
linuxfirefox
Re: Fedora 15 date & time issue.

try running system-config-date, going to the Time Zone tab, and flipping the state of the 'System clock uses UTC' checkbox (whatever it is now, make it the opposite). does that help?
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #3  
Old 28th May 2011, 06:29 PM
vermissa Offline
Registered User
 
Join Date: May 2011
Posts: 2
linuxfirefox
Re: Fedora 15 date & time issue.

That worked beautifully . Thanks ..
Reply With Quote
  #4  
Old 30th May 2011, 07:36 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,764
linuxfirefox
Re: Fedora 15 date & time issue.

excellent! glad I could help
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #5  
Old 31st May 2011, 02:12 AM
tsangcn Offline
Registered User
 
Join Date: Apr 2005
Posts: 69
linuxfirefox
Re: Fedora 15 date & time issue.

I got the same problem after upgrade to fedora 15.

I have found that fedora 15 ALWAYS treats BIOS clock as UTC no matter you have checked "System clock uses UTC" or not in system-config-date. That means fedora 15 NEVER treats BIOS clock as LOCAL.

Is this a bug?
Reply With Quote
  #6  
Old 31st May 2011, 04:14 AM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,764
linuxfirefox
Re: Fedora 15 date & time issue.

i'm not sure I entirely understand - if that's the case, how did changing that setting solve the problem for the other poster?
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #7  
Old 31st May 2011, 04:18 AM
vinaysingh's Avatar
vinaysingh Offline
Registered User
 
Join Date: May 2011
Location: Allahabad, India
Posts: 47
linuxfirefox
Re: Fedora 15 date & time issue.

Is Windows also installed on the concerned computer?
Reply With Quote
  #8  
Old 31st May 2011, 05:32 AM
tsangcn Offline
Registered User
 
Join Date: Apr 2005
Posts: 69
linuxfirefox
Re: Fedora 15 date & time issue.

The other poster solved the problem because he has not mentioned what is the setting of "System clock uses UTC".
A problem is a problem, it does not matter whether there is Windows installed.

I have try the following
1. check "System clock uses UTC" - the date and time is OK.
2. uncheck "System clock uses UTC" - the date and time is incorrect, fedora 15 seems just ignored the setting, it is still "think" that the "System clock uses UTC" is checked.

I do not have another computer to test whether this problem exists in every fedora 15 installed machine or just in my machine.
Reply With Quote
  #9  
Old 31st May 2011, 06:18 AM
bastian_knight Offline
Registered User
 
Join Date: May 2005
Posts: 9
linuxfirefox
Re: Fedora 15 date & time issue.

I have the same problem. I have filled a bug for this: https://bugzilla.redhat.com/show_bug.cgi?id=709211

Last edited by bastian_knight; 31st May 2011 at 06:29 AM.
Reply With Quote
  #10  
Old 31st May 2011, 06:30 AM
tox
Guest
 
Posts: n/a
linuxchrome
Re: Fedora 15 date & time issue.

During install, untick use UTC time Zone i always do and works fine
Reply With Quote
  #11  
Old 1st June 2011, 10:51 PM
overtime Offline
Registered User
 
Join Date: Jun 2010
Posts: 6
windows_xp_2003ie
Re: Fedora 15 date & time issue.

Gets UK time wrong. Hardly a cutting edge distro if if can't get the time right without ad hoc fixes.
Reply With Quote
  #12  
Old 2nd June 2011, 06:56 AM
bastian_knight Offline
Registered User
 
Join Date: May 2005
Posts: 9
linuxfirefox
Re: Fedora 15 date & time issue.

You can correct the problem by invoking as root:
Code:
systemctl enable hwclock-load.service
After that set clock to correct time and reboot.

Last edited by bastian_knight; 4th June 2011 at 09:26 PM. Reason: Correcting the solution
Reply With Quote
  #13  
Old 3rd June 2011, 01:20 AM
christianvl's Avatar
christianvl Offline
Registered User
 
Join Date: Jan 2008
Location: São Paulo
Age: 31
Posts: 31
linuxfirefox
Re: Fedora 15 date & time issue.

This

Code:
systemctl enable hwclock-load.service
or changing time settings to "network"

Problem remains...

EDIT
after rebooting, the system corrected my time according to the "network" setting.

Last edited by christianvl; 3rd June 2011 at 01:30 AM.
Reply With Quote
  #14  
Old 3rd June 2011, 01:45 PM
ravindrapankaj Offline
Registered User
 
Join Date: Oct 2009
Posts: 46
linuxfedorafirefox
Re: Fedora 15 date & time issue.

Quote:
Originally Posted by vinaysingh View Post
Is Windows also installed on the concerned computer?
yes I have windows as well and facing the same problem.
Reply With Quote
  #15  
Old 4th June 2011, 12:14 PM
daff42 Offline
Registered User
 
Join Date: Jun 2011
Posts: 1
linuxfirefox
Re: Fedora 15 date & time issue.

FYI, I had the same issue after upgrading from FC14 to FC15. My hardware clock was read as UTC upon boot although it was local time, setting system time off by a few hours.

I ran:

Code:
systemctl enable hwclock-load.service
Then corrected the system time and rebooted.

That fixed it for me. Thanks !!
Reply With Quote
Reply

Tags
date, fedora, time

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The system date and time is changing automatically, even after I set the correct time siva Using Fedora 8 31st July 2010 03:07 PM
Broke Time/Date applet (can't change time) ZystemsK Using Fedora 8 3rd October 2008 01:42 AM
Fedora 9 Date and time issue Sunny Penguin Using Fedora 3 20th June 2008 01:37 AM
GUI Date and Time(NTP Tab) northcornice Using Fedora 2 7th October 2007 12:20 AM
Time Date ? fedorabobblue Using Fedora 3 14th March 2006 11:29 AM


Current GMT-time: 11:46 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat