I'm embarrassed to say it, but I just finished updating to RC5, and I forgot how to set it up to use the correct time. I have a custom script in /etc/init.d named S90mystartup. In it, I have a section that goes like this:
# set date & time
export TZ="CST6CDT"
/usr/sbin/rdate -s 192.43.244.18
I am in the Central time zone and I am using a NTP server from time.nist.gov. However, when I enter date from the command line, I get the date and time in UTC instead of CST. If I enter each line, from my script, separately, I end up with CST time. Thus, there must be something wrong with using the export TZ="CST6CDT" command within this start up script. I had this working right in RC2, 3, and 4, so I know it works, but , for the life of me, I can not remember how I did it. I know this is a really trivial issue, but it is driving me nuts. Someone please save my sanity and tell me what I am doing wrong ;-)
TIA,
Jon