设为首页 收藏本站
查看: 757|回复: 0

[经验分享] Linux时钟简介 RedHat Linux操作系统修改时区的方法

[复制链接]
YunVN网友  发表于 2018-5-11 07:49:22 |阅读模式
  http://www.cnblogs.com/cy163/archive/2008/05/15/1198683.html
  RedHat Linux操作系统修改时区的方法
  Most modern Linux distributions have user-friendly programs to set the timezone, often accesible through the program menus or right-clicking the clock in a desktop environment such as KDE or GNOME. Failing that it's possible to manually change the system timezone in Linux in a few short steps.
  It's possible to change the system timezone in Linux in a few short steps.
  Steps
  1.     Logged in as root, check which timezone your machine is currently using by executing `date`. You'll see something like "Mon 17 Jan 2005 12:15:08 PM PST -0.461203 seconds", PST in this case is the current timezone.
  2.     Change to the directory to /usr/share/zoneinfo, here you will find a list of time zone regions. Choose the most appropriate region, if you live in Canada or the US this directory is the "Americas" directory.
  3.     If you wish, backup the previous timezone configuration by copying it to a different location. Such as `mv /etc/localtime /etc/localtime-old`.
  4.     Create a symbolic link from the appropiate timezone to /etc/localtime. Example: `ln -s /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime`.
  5.     If you have the utility rdate, update the current system time by executing `/usr/bin/rdate -s time.nist.gov`. (This step can be skip!)
  6.     Set the ZONE entry in the file /etc/sysconfig/clock file (e.g. "America/Los_Angeles")
  7.     Set the hardware clock by executing: ` /sbin/hwclock --systohc`
  Tips
  ·       On some versions of RedHat Linux, Slackware, Gentoo, SuSE, Debian, Ubuntu, and anything else that is "normal", the command to display and change the time is 'date', not 'clock'
  ·       On RedHat Linux there is a utility called "Setup" that allows one to select the timezone from a list, but you must have installed the 'redhat-config-date' package.
  Warnings
  ·       Some applications (such as PHP) have separate timezone settings from the system timezone.
  ·       On some systems, /etc/localtime is actually a symlink to the appropriate file under the /usr/share/zoneinfo directory (rather than a copy of that file).
  ·       On some systems, there is a system utility provided that will prompt for the correct timezone and make the proper changes to the system configuration. For example,Debianprovides the "tzsetup" utility.
  Here is an example of changing the timezone:(Logged in as root)
  In order to manually change the timezone, you can edit the /etc/sysconfig/clockfile and then make a new soft link to /etc/localtime. Here is an example of changing the timezone manually to "America/Denver":

  1. Select the appropriate time zone from the /usr/share/zoneinfo directory. Time zone names are>  2. Edit the /etc/sysconfig/clocktext file so that it looks like this:
  ZONE="America/Denver"
  UTC=true
  ARC=false
  Of course, this assumes that your hardware clock is running UTC time...
  3. Delete the following file: /etc/localtime (backup it when you need it !)
  4. Create a new soft link for /etc/localtime. Here is an example of step 3 and step 4:
  # cd /etc
  # ls -al localtime
  lrwxrwxrwx 1 root root 39 Mar 28 07:00 localtime -> /usr/share/zoneinfo/America/Los_Angeles
  # rm /etc/localtime
  # ln -s /usr/share/zoneinfo/America/Denver /etc/localtime
  # ls -al localtime
  lrwxrwxrwx 1 root root 34 Mar 28 08:59 localtime -> /usr/share/zoneinfo/America/Denver
  # date
  Fri Mar 28 09:00:04 MST 2003
  ######################################################################
[root@pcmk2 ~]# date

  Fri Oct 17 06:53:24 EDT 2014
[root@pcmk2 ~]# mv /etc/localtime /etc/localtime-old

[root@pcmk2 ~]# ln -s /usr/share/zoneinfo/America/Denver /etc/localtime

[root@pcmk2 ~]# vim /etc/sysconfig/clock

[root@pcmk2 ~]# date

  Fri Oct 17 05:04:20 MDT 2014

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-458369-1-1.html 上篇帖子: vmware虚拟机中redhat9屏幕太小的解决 下篇帖子: Redhat5 安装序列号及版本说明
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表