> > > I'm having a heck of a time getting my system time set correctly. > /etc/localtime is a symlink to the proper time zone. I've looked in > /etc/default/rcS and switched UTC from yes to no and back again. > And, I've read the man page for hwclock a few times. Still, > my system time is always six hours off. (For example, it's > 8:22pm right now, but my computer thinks it's 2:20pm.) > > Anybody have any pointers on this? > -- > steve > Others have told you about the clocks and what not. What has not been mentioned is the TZ environment variable. Check to see what it is set to. If you are in central time zone it should be TZ=CST6CDT. Without that set, you get UTC time when you do "date" and such (assuming the clock is set to use UTC)... I think the command to set up the timezone for the system is tzconfig. Each user can set their timezone in the .profile or .bash_profile (or .bashrc, or ...).
jim > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >