linux系统时区设置

来源:互联网 发布:linux系统有哪些rehat 编辑:程序博客网 时间:2024/05/01 14:39

linux系统时区设置

系统时钟设置

格式:date 月/日时:分:年.秒

[root@localhost ~]# date080319462010.55

二  8月  3 19:46:55 CST2010

或使用date –set (月/日/年 时:分:秒)设置时钟。

[root@localhost ~]# date –set“08/30/201009:50:11″ (月/日/年时:分:秒)

一  8月 30 09:50:11 CST 2010

查看系统时钟

[root@localhost ~]# date

日  8月  1 15:56:27 CST2010

hwclock | clock时钟查看相同

[root@localhost ~]# hwclock –show

2010年08月01日 星期日 16时07分01秒  -0.185252 seconds

设置硬件时钟

硬件时钟设置格式:hwclock |clock –set –date=(”月/日/年 时:分:秒”)

[root@localhost ~]# hwclock –set–date=”08/03/2010 19:57″

[root@localhost ~]# clock

2010年08月03日 星期二 19时57分07秒  -0.462124 seconds

[root@localhost ~]# clock –set–date=”08/03/10 20:00″

[root@localhost ~]# hwclock

2010年08月03日 星期二 20时00分08秒  -0.236903 seconds

系统与硬件时钟同步

[root@localhost ~]# hwclock –systohc

[root@localhost ~]# date

二  8月  3 19:59:23 CST2010

[root@localhost ~]# clock

2010年08月03日 星期二 19时59分32秒  -0.813133 seconds

[root@localhost ~]# clock –systohc

[root@localhost ~]# date

二  8月  3 20:00:06 CST2010

将时钟信息永久写入BIOS中,避免重启系统时钟失效。

hwclock / clock -w

系统时区设置

使用tzselect设置系统时区。

[root@localhost ~]# tzselect

Please identify a location so that time zone rules can beset correctly.

Please select a continent or ocean.

 1) Africa

 2) Americas

 3) Antarctica

 4) Arctic Ocean

 5) Asia

 6) Atlantic Ocean

 7) Australia

 8) Europe

 9) Indian Ocean

10) Pacific Ocean

11) none – I want tospecify the time zone using the Posix TZ format.

#? 5 选择亚洲

Please select a country.

 1) Afghanistan              18) Israel              35) Palestine

 2) Armenia            19) Japan              36) Philippines

 3) Azerbaijan         20) Jordan            37) Qatar

 4) Bahrain             21) Kazakhstan      38) Russia

 5) Bangladesh               22) Korea(North)          39) Saudi Arabia

 6)Bhutan              23) Korea (South)          40)Singapore

 7)Brunei              24) Kuwait            41) Sri Lanka

 8) Cambodia         25) Kyrgyzstan      42) Syria

 9) China             26) Laos               43) Taiwan

10) Cyprus             27) Lebanon                 44) Tajikistan

11) EastTimor              28) Macau            45) Thailand

12) Georgia            29) Malaysia                 46) Turkmenistan

13) HongKong              30) Mongolia                47) United Arab Emirates

14) India         31) Myanmar (Burma)          48) Uzbekistan

15) Indonesia          32) Nepal              49) Vietnam

16) Iran           33) Oman             50) Yemen

17) Iraq           34) Pakistan

#? 9 选择中国

Please select one of the following time zone regions.

1) east China – Beijing, Guangdong, Shanghai, etc.

2) Heilongjiang (exceptMohe), Jilin

3) central China –Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.

4) most of Tibet & Xinjiang

5) west Tibet& Xinjiang

#? 1 选择北京时间

The following information has been given:

       China

       east China – Beijing, Guangdong, Shanghai, etc.

Therefore TZ=Asia/Shanghai will be used.

Local time is now:  Tue Aug  3 20:02:51 CST2010.

Universal Time is now:   Tue Aug  312:02:51 UTC 2010.

Is the above information OK?

1) Yes

2) No

#? 1 确认当前时间区域

使用配置文件来变更时区

如果不用tzselect命令,可通过修改区域配置文件来变更时区。

[root@localhost ~]#vi/etc/sysconfig/clock 

ZONE=Asia/Shanghai

UTC=false

ARC=false

[root@localhost ~]# rm /etc/localtime

[root@localhost ~]# ln -sf/usr/share/zoneinfo/Asia/Shanghai /etc/localtime

重启即可,或使用timeconfig来设置时区。

使用timeconfig变更时区

[root@localhost ~]# timeconfig

...