使用乙個虛擬機器服務,其時區設定的為格林蘭標準時區,我北京時區在東八區,較其快八個小時。
修改時區需要執行
tzselect
一步步選擇下來,注意確認後的information
therefore tz='asia/shanghai' will be used.local time is now: fri aug 2 09:28:07 cst 2013.
universal time is now: fri aug 2 01:28:07 utc 2013.
is the above information ok?
1) yes
2) no
#? 1
you can make this change permanent
for tz='asia/shanghai'; export tz
to the file '.profile'
in your home directory; then log out and log in again.
需要自己將tz='asia/shanghai'; export tz 寫入到.profile中,再重新登入即可。
ubuntu 修改時區
linux預設情況下使用utc格式作為標準時間格式,如果在linux下執行程式,且在程式中指定了與系統不一樣的時區的時候,可能會造成時間錯誤。如果是ubuntu的桌面版,則可以直接在圖形模式下修改時區資訊,但如果是在server版呢,則需要通過tzconfig來修改時區資訊了。使用方式 如將時區設定...
ubuntu 修改時區
1 修改時區,由utp轉為cst 兩中方法 a 終端中輸入 tzselect 回車 輸入12 輸入gst 8 輸入 1 控制台輸入 tz asia shanghai 控制台輸入 export tz b mv etc localtime etc localtime bak ln sf usr shar...
ubuntu 修改時區
先檢視當前系統時間 root ubuntu date r結果時區是 0500 我需要的是東八區,這兒顯示不是,所以需要設定乙個時區 1.執行tzselect 在這裡我們選擇亞洲 asia,確認之後選擇中國 china 最後選擇北京 beijing 2.複製檔案到 etc目錄下 root ubuntu...