Please enable Javascript to view the contents

Linux时间调整

 ·  ☕ 1 分钟

1、将时区设置为中国上海

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

2、从微软同步时间

ntpdate -s time.windows.com

3、硬件读写

  • hwclock -w
  • hwclock -r
  • ovz不行,kvm可以

4、http同步时间

sudo date -s “$(wget -qSO- –max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z”