> I would like the clock in my X-window environment to show my local > time, not GMT/UTC. When I type in "date" I get my local time, when I type > in "date -u" I get GMT, but how do I get a clock on
I had this problem after upgrading to slink. First, run tzconfig to make sure your time zone is set correctly. Then, type 'hwclock --hctosys' This will synchronize the time that your internal clock uses (which should be in the format you want) with Linux's software clock. That should be all there is to it. Mike <[EMAIL PROTECTED]>