Results 1 to 8 of 8
I'm pretty sure I have the right time zone set and i did "date MMDDHHMMYYYY" during the install, but my time resets back to 5 hours late when i restart.
...
- 07-13-2005 #1Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
Time is off by 5 Hours
I'm pretty sure I have the right time zone set and i did "date MMDDHHMMYYYY" during the install, but my time resets back to 5 hours late when i restart.
i've rerun "date ....." again after the install and I rechecked my time zones and the BIOS clock (which is set correctly btw), but my computer seems to want to set back 5 hours
Does anyone know of any other causes and how I might fix this?
Thanks in advance!
EDIT: maybe it's something to do with "UTC"....what is that? before using linux, i've never even heard of it before. is it a certain time zone used or internet time or what? sorry, i've never really understood it, but now that i think about it....this *may* be the cause (though i'm not sure...it may very well be something else)
- 07-13-2005 #2
UTC is the same as GMT. Set your clock to use local time and the problem should be fixed.
- 07-13-2005 #3Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
how would i change that?
Originally Posted by LondoJowo
iif you mean the gui clock, than i don't think that's what the problem is (though i thought that at first too). when i type "date" i still get the time that the gui shows. it doesn't seem to store the time when i change it using "date ......." or it resets it at boot (i think that's what it's doing....i remember it saying "setting time to UTC" or something along those lines).
thanks for helping
- 07-13-2005 #4
On Gentoo:
Replace [yourzone] with the right zone, list zones:Code:ln -sf /usr/share/zoneinfo/[yourzone] /etc/localtime
I used this (Sweden):Code:ls /usr/share/zoneinfo/*
Code:ln -sf /usr/share/zoneinfo/Europe/Stockholm /etc/localtime
- 07-13-2005 #5Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
thanks!
Originally Posted by nalg0rath 
I didn't know "America" was a folder and not a generlal timezone used :o. I now have my timezone set correctly, I'm sure of this....but the time is still off
Now it's off by 4 hours....getting closer lol
When my system is booting up, one of the checks it does says:
that sounds to me like what my problem might be....i'm now curious how i make it look for my local timezone. i did set it according to your instructions (which seemed like a more detailed version of what the gentoo handbook hadCode:Setting system clock to hardware clock [UTC]
), but for some reason it wants to use UTC still...
- 07-13-2005 #6Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
to keep your clock perfectly in sync with the rest of the world use ntp http://gentoo-wiki.com/HOWTO_NTP its easy
Proud to be a GNU/Gentoo Linux user!
- 07-13-2005 #7and if like here on my server if the deamon dosnt do what it is suposed to you can also set it as a cron...though this tut is better than the one i followed
Originally Posted by variant
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 07-13-2005 #8Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
to the above two:
thanks! i'll give it a shot
. i like the idea behind it
EDIT: yay!! that fixed it!
thanks a lot!


Reply With Quote
