Ubuntu timezone

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Ubuntu timezone

文章 yehlu »

http://blog.udn.com/nigerchen/2904882

Ubuntu系統時間調校
2009/05/01 12:13:44 瀏覽425|回應0|推薦0
依據多數的資料參考,在時間上的調校
基本上,必須切換成 root 的權限,才會調校成功

輸入 su
輸入你的 root 密碼

vim /etc/default/rcS

把UTC=yes
改成UTC=no
按 :wq 寫入離開

回到 root 底下

輸入 tzselect

開始選擇時區
Please identify a location so that time zone rules can be set 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 to specify the time zone using the Posix TZ format.

若你也跟我一樣是在台灣,在第一個選項中選 5 亞洲( Asia )

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) 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
再來就是選 43 台灣( Taiwan )

Therefore TZ='Asia/Taipei' will be used.
Local time is now: Fri May 1 12:11:46 CST 2009.
Universal Time is now: Fri May 1 04:11:46 UTC 2009.
Is the above information OK?
1) Yes
2) No
到了這裡,你按 1 就表示認同這個設定了
基本上,這樣子就完成了

or

dpkg-reconfigure tzdata
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: Ubuntu timezone

文章 yehlu »

http://philipatswarchy.wordpress.com/20 ... time-zone/

代碼: 選擇全部

$ sudo tzselect
依選項選擇你在的時區

$ sudo cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime
更換時區檔

$ sudo ntpdate time.stdtime.gov.tw
對時,其它台灣的 Time Server 請參考 國家時間與頻率標準實驗室 的說明

$ sudo hwclock -w
將時間寫入 BIOS

$ sudo crontab -e
@daily /usr/sbin/ntpdate time.stdtime.gov.tw > /dev/null
將對時寫進 crontab 每天做一次
回覆文章

回到「Linux」