- Apache (9)
- DNS / BIND (2)
- General Linux (7)
- Mail (8)
- Postfix (1)
- Qmail (4)
- Sendmail (3)
- MySQL (7)
- News (1)
- Other (2)
- Perl (1)
- PHP (5)
- Plesk (13)
- Redhat Linux (8)
- Ruby (1)
- Scripts (4)
- Security (4)
- iptables (2)
TopicNavigationUser login |
Changing the system's timezoneIn order to change the timezone, you need to link /etc/localtime to the appropriate timezone file in /usr/share/zoneinfo... e.g. to change the time to CST, you would do: rm -f /etc/localtime ln -s /usr/share/zoneinfo/CST6CDT /etc/localtime date Sun Aug 13 01:18:21 CDT 2006 In Redhat, you also need to edit the /etc/sysconfig/clock file (specifically the ZONE= line) to reflect the appropriate timezone. This will be set to the corresponding file in /usr/share/zoneinfo, e.g. ZONE="US/Central" ZONE="US/Eastern" ZONE="Japan"
Submitted by jkelly on Sun, 2006-08-13 01:20. categories [ Brief | General Linux | Redhat Linux ]
login or register to post comments
|
Linux JournalSlashdot |