云计算运维

Windows Server 2003 - Windows Server 2019 系统工具,Linux系统脚本,Mysql、Nginx、PHP、Redis、K8S、Seafile、Weblogic 、Jenkins、DNS、DHCP、FTP、IIS、Zookeeper、Rabbitmq、Oracle、Tomcat、Mavrn等服务搭建维护,请关注我.

Linux系统更改系统时区


查看当前所在时区:

[root@monitor ~]# ll /etc/localtime 
 lrwxrwxrwx 1 root root 35 1月   2 10:35 /etc/localtime -> ../usr/share/zoneinfo/Europe/London
 [root@monitor ~]# 

查看时区列表:

[root@monitor ~]# timedatectl list-timezones  | grep Shanghai
 Asia/Shanghai

更改当前时区:

[root@monitor ~]# timedatectl set-timezone Asia/Shanghai
  • 分享:
评论
还没有评论
    发表评论 说点什么