180716 Centos時區設定

2022-09-05 08:57:10 字數 998 閱讀 8156

使用timedatectl命令同步時間並設定時區

timedatectl -h
2.1 顯示系統的當前時間和日期
timedatectl

# timedatectl status

# 兩條命令效果等同

2.2 設定日期與時間
timedatectl set-time "yyyy-mm-dd hh:mm:ss"

timedatectl set-time "yyyy-mm-dd"

timedatectl set-time "hh:mm:ss"

2.3 檢視所有可用的時區
timedatectl list-timezones

# 亞洲

timedatectl list-timezones | grep -e "asia/s.*"

2.4.設定時區
timedatectl set-timezone asia/shanghai
2.5.設定硬體時間
# 硬體時間預設為utc

timedatectl set-local-rtc 1

# hwclock --systohc --localtime

# 兩條命令效果等同

2.6.啟用時間同步
timedatectl set-ntp yes

# yes或no; 1或0也可以

盡信書則不如,已上內容,純屬一家之言,因個人能力有限,難免有疏漏和錯誤之處,如發現bug或者有更好的建議,歡迎批評指正,不吝感激

180716 Centos時區設定

使用timedatectl命令同步時間並設定時區 timedatectl h 複製 2.1 顯示系統的當前時間和日期timedatectl timedatectl status 兩條命令效果等同 複製 2.2 設定日期與時間timedatectl set time yyyy mm dd hh mm ...

180716 Centos時區設定

使用timedatectl命令同步時間並設定時區 timedatectl h2.1 顯示系統的當前時間和日期timedatectl timedatectl status 兩條命令效果等同 2.2 設定日期與時間timedatectl set time yyyy mm dd hh mm ss time...

mysql 時區設定 mysql時區檢視與設定

一.檢視資料庫時區 show variables like time zone mysql show variables like time zone variable name value system time zone cest time zone system 1.全域性引數system t...