Linux上設定time zone的方式有
1.設定環境變數TZ
TZ=GMT-8
2.編輯/etc/TZ
echo GMT-8 > /etc/TZ
http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html
以台灣為例,GMT或UTC時區為+8:00(超前8小時)
但TZ環境變數中的超前為負號,故要設為GMT-8, UTC-8 or GMT-8:00也可以
(其實任意XXX-8都可以)
http://linux.vbird.org/linux_server/0440ntp.php
GMT : Greenwich Mean Time (格林威治時間)
UTC : Coordinated Universal Time (協和標準時間)
CST : China Standard Time
epoch : The Unix epoch is the time 00:00:00 UTC on January 1 1970
系統時間可以透過NTP來校正.
而所得到的時間為再透過time zone設定就是local time了
沒有留言:
張貼留言