LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   user time problem (https://www.linuxquestions.org/questions/linux-newbie-8/user-time-problem-204103/)

wrat 07-12-2004 11:16 AM

user time problem
 
strange my user time as in clock is set to utc I want it to be est HOWEVER root is est so when I attempt to change the time as root it is correct and therfore no reason to change....how do I change JUST user time...using kde...also in the control center my default region is Thule even though I set it to US...root does not have these probs..user does not have permission to change time???? got to be something stupid but ???

jim mcnamara 07-12-2004 02:36 PM

Try locale.

See what it shows when logged on as non-root & root.

jim mcnamara 07-12-2004 02:38 PM

...also check your TZ environment variable. It may not ber set system wide.

Tinkster 07-12-2004 02:43 PM

Jim, please try editing your post if you have an addition to make...
Those two posts were less than two minutes apart, and not that
disjunct ...

Cheers,
Tink

han 08-03-2004 08:22 AM

setting time
 
I had the same problem this page helped me: http://www.linuxsa.org.au/tips/time.html

Quote:

The timezone under Linux is set by a symbolic link from /etc/localtime[1] to a file in the /usr/share/zoneinfo[2] directory that corresponds with what timezone you are in. For example, since I'm in South Australia, /etc/localtime is a symlink to /usr/share/zoneinfo/Australia/South. To set this link, type:

ln -sf ../usr/share/zoneinfo/your/zone /etc/localtime

Replace your/zone with something like Australia/NSW or Australia/Perth. Have a look in the directories under /usr/share/zoneinfo to see what timezones are available.
I guess /etc/localtime got corrupted or something...


All times are GMT -5. The time now is 03:15 AM.