CentOS 7中快速配置计算机时区的方法

CentOS 7中快速配置计算机时区的方法

描述

快速配置时区的几种方法。

方案

1. 通过配置 /etc/localtime

ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ls -l /etc/localtime

2. 通过命令

timedatectl set-timezone UTC
timedatectl set-timezone Asia/Shanghai

修改时间

hwclock --set --date "2018-12-20 16:37:30"
timedatectl set-time '16:10:40 2015-11-20'

CentOS 7中快速配置计算机时区的方法
https://www.dearcloud.cn/2020/07/01/20200630-centos-timezone/index/
作者
宋兴柱
发布于
2020年7月1日
许可协议