CentOS7修改指定时区

本文详细介绍了如何在CentOS7系统中查询、设置和更改时区。通过使用timedatectl命令,用户可以轻松地获取当前时区信息,包括本地时间和UTC时间。此外,文章还展示了如何通过修改配置文件来指定不同的时区,如Asia/Shanghai和Europe/Berlin。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

查询本地时区
$ timedatectl
      Local time: Tue 2019-05-07 15:37:53 CST
  Universal time: Tue 2019-05-07 07:37:53 UTC
        RTC time: Tue 2019-05-07 07:37:52
       Time zone: Asia/Shanghai (CST, +0800)
     NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
      DST active: n/a
      
$ timtedatectl status
      Local time: Tue 2019-05-07 15:37:53 CST
  Universal time: Tue 2019-05-07 07:37:53 UTC
        RTC time: Tue 2019-05-07 07:37:52
       Time zone: Asia/Shanghai (CST, +0800)
     NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
      DST active: n/a
查看时区配置文件
$ ls -l /etc/localtime
lrwxrwxrwx. 1 root root 35 May  7 15:35 /etc/localtime -> ../usr/share/zoneinfo/Asia/Shanghai
查找相应时区
$ timedatectl list-timezones
$ timedatectl list-timezones | egrep -o "Asia|S.*"
$ timedatectl list-timezones | egrep -o "Europe/B.*"
$ timedatectl list-timezones | egrep -o "America/N.*"
指定对应时区
$ timedatectl set-timezone Asia/Shanghai
$ timedatectl
lrwxrwxrwx. 1 root root 35 May  7 15:47 /etc/localtime -> ../usr/share/zoneinfo/Asia/Shanghai

$ timedatectl set-timezone Europe/Berlin
$ timedatectl
lrwxrwxrwx. 1 root root 35 May  7 09:46 /etc/localtime -> ../usr/share/zoneinfo/Europe/Berlin

How to set or change timezone on CentOS7

转载于:https://my.oschina.net/HeAlvin/blog/3048897

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值