gps系統中有兩種時間區分,utc就0時區的時間,cts為本地時間,如北京為早上八點(東八區),utc時間比北京時晚八小時;
cts:china standard time,utc+8:00 中國沿海時間(北京時間)
utc:universal time coordinated 世界協調時間
# timedatectl
local time: 五 2017-12-15 21:42:38 cst# rm -rf /etc/localtimeuniversal time: 五 2017-12-15 13:42:38 utc #相差8小時
rtc time: 一 2017-12-18 20:23:57
time zone: asia/shanghai (cst, +0800)
ntp enabled: n/a
ntp synchronized: no
rtc in local tz: no
dst active: n/a
# ln -sv /usr/share/zoneinfo/universal /etc/localtime
# ln -sv /usr/share/zoneinfo/asia/shanghai /etc/localtime
# timedatectl
local time: 五 2017-12-15 13:45:01 utcgps 系統中有兩種時間區分,一為utc,另一為lt(地方時)兩者的區別為時區不同,utc就是0時區的時間,地方時為本地時間,如北京為早上八點(東八區),utc時間就為零點,時間比北京時晚八小時universal time: 五 2017-12-15 13:45:01 utc
rtc time: 一 2017-12-18 20:26:21
time zone: universal (utc, +0000)
ntp enabled: n/a
ntp synchronized: no
rtc in local tz: no
dst active: n/a
cts:
china standard time,utc+8:00 中國沿海時間(北京時間)
utc:
universal time coordinated 世界協調時間
CentOS7虛擬機器與主機時間同步
工作中發現有的虛擬機器的時間與主機時間不一致,導致有些問題不好定位,所以研究了一下修改虛擬機器時間的方法,使其與宿主機時間同步,記錄一下過程!檢視系統版本 root bogon lsb release alsb version core 4 1 amd64 core 4 1 noarch cxx 4...
CentOS7 時間與網路時間同步
1 安裝ntpdate工具yum y install ntp ntpdate2 設定系統時間與網路時間同步ntpdate 0.asia.pool.ntp.org另有阿里雲提供的7個時間伺服器如下 ntp1.aliyun.com ntp2.aliyun.com ntp3.aliyun.com ntp4...
centos7矯正時間與網路時間同步
date命令注意引數前的加號,表示輸出時間 1.date命令檢視本地時間 root bogon date y m d h m s 2021 05 15 00 23 27 2.移除本地時區檔案 root bogon rm f etc localtime 3.新增上海時區到本地 root bogon c...