1 頁 (共 1 頁)

變更ubnutu 的時區

發表於 : 2008-09-25 14:15:22
yehlu
dpkg-reconfigure tzdata

及設定為 locatime

Make Linux use 'Local' time

To make your Ubuntu system read the hardware clock as 'local'

1. edit /etc/default/rcS
2. add or change the following section

# Set UTC=yes if your system clock is set to UTC (GMT)
UTC=no

變更 LANG

發表於 : 2008-09-25 14:24:59
yehlu
/etc/default/locale

LANG="zh_TW.UTF-8"
LANGUAGE="zh_TW:zh"

發表於 : 2008-09-25 15:43:03
schumi
http://philipatswarchy.wordpress.com/20 ... time-zone/



今早因某台 Server 時間不正確,所以 Google 了一下 ubuntu 更改時區的用法

以下作法 參考至 调整更改ubuntu时区 和 鳥哥的 Linux 私房菜-NTP 時間伺服器

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

$ sudo cp /usr/share/zoneinfo/Aisa/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 每天做一次