Debian 8 设置时区和时间配置

一、设置时区

1. 执行 tzselect

2. 弹出洲级地域选项:

Please identify a location so that time zone rules can be set correctly.
Please select a continent, ocean, "coord", or "TZ".
 1) Africa
 2) Americas
 3) Antarctica
 4) Asia
 5) Atlantic Ocean
 6) Australia
 7) Europe
 8) Indian Ocean
 9) Pacific Ocean
10) coord - I want to use geographical coordinates.
11) TZ - I want to specify the time zone using the Posix TZ format.
#? 

例如我选择 4

3. 弹出国家级选项:

Please select a country whose clocks agree with yours.
 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) East Timor          28) Macau            45) Thailand
12) Georgia          29) Malaysia            46) Turkmenistan
13) Hong Kong          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

4. 弹出时区选项:

Please select one of the following time zone regions.
1) Beijing Time
2) Xinjiang Time

例如选择 1

5. 弹出确认信息:

The following information has been given:

    China
    Beijing Time

Therefore TZ='Asia/Shanghai' will be used.
Selected time is now:    2018年 01月 01日 星期一 22:14:29 CST.
Universal Time is now:    2018年 01月 01日 星期一 14:14:29 UTC.
Is the above information OK?
1) Yes
2) No

例如选择 1

6. 时区设置完成。

 

二、简单的时间配置

1.查看当前系统时间

 date

2.查看当前硬件时间

 hwclock

3.设置系统时间,字符串形式

 date -s "2018-01-01 11:20:30"

4.将系统时间同步到硬件

 hwclock --systohc

 

posted @ 2018-01-01 22:18  一沙世界  阅读(14044)  评论(0编辑  收藏  举报