Displaying 1 result from an estimated 1 matches for "s15370074".
2011 Feb 20
3
Problem with timezone configuration
...www.wikihow.com/Change-the-Timezone-in-Linux
I think I have changed the appropriate configuration files ( /etc/localtime, /etc/sysconfig/clock ), but the output of the ?date? command still indicates the timezone is EST.
[root at xxx ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[root at s15370074 ~]# ls -l /etc/localtime
lrwxrwxrwx 1 root root 32 Feb 19 18:31 /etc/localtime -> /usr/share/zoneinfo/Europe/Paris
[root at xxx ~]# cat /etc/sysconfig/clock
ZONE="Europe/Paris"
UTC=true
ARC=false
[root at xxx ~]# echo $TZ
[root at xxx ~]#
[root at xxx ~]# date
Sun Feb 20 18:01:28 EST...