ubuntu16禁用utc时间
生活随笔
收集整理的這篇文章主要介紹了
ubuntu16禁用utc时间
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
安裝雙系統以后,發現進入win7和ubuntu系統以后,顯示的時間不一致,后來發現是兩個系統對硬件時間的看法不一致
1、Windows會認為BIOS時間就是你的本地時間
2、ubuntu默認時間是把BIOS時間當成GMT+0時間,也就是世界標準時,而我國在東八區(GMT+8),所以如果你的Ubuntu位置是中國的話你系統顯示的時間就是BIOS時間+8小時。假如現在是早上8點,那么你Ubuntu會顯示8點,這時BIOS中的時間是0點。
更正方法:將ubuntu對待bios時間的方法改為和windows一致。
代碼: $ timedatectl Local time: 六 2016-04-23 09:05:54 CSTUniversal time: 六 2016-04-23 01:05:54 UTCRTC time: 六 2016-04-23 09:05:54Time zone: Asia/Shanghai (CST, +0800)Network time on: yes NTP synchronized: noRTC in local TZ: yesWarning: The system is configured to read the RTC time in the local time zone.This mode can not be fully supported. It will create various problemswith time zone changes and daylight saving time adjustments. The RTCtime is never updated, it relies on external facilities to maintain it.If at all possible, use RTC in UTC by calling'timedatectl set-local-rtc 0'.
總結
以上是生活随笔為你收集整理的ubuntu16禁用utc时间的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C++ boost thread学习(二
- 下一篇: Eclipse对于多个Java项目的支持