博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
UTC引发时区配置和Linux系统时间和bios时间问题
阅读量:6281 次
发布时间:2019-06-22

本文共 1378 字,大约阅读时间需要 4 分钟。

在安装Linux操作系统时,有一个选项是UTC,默认是勾上的。系统安装好后会把BIOS时间当成UTC标准时间,然后再根据时区调整系统时间。所以会发生明明时区设置正确,时间却不正确的情况。所以安装时,最好是取消那个勾。

 

如果已经装好,可以通过修改配置文件的方式修改。

redhat系统 修改/etc/adjtime第三行为LOCAL

[root@db-01 ~]# vim /etc/adjtime

-0.098726 1524046105 0.000000
1524046105
LOCAL
~

The format of the adjtime file is, in ASCII:

       Line 1: 3 numbers, separated by blanks: 1) systematic drift rate in seconds per  day,  floating
       point decimal; 2) Resulting number of seconds since 1969 UTC of most recent adjustment or cali-
       bration, decimal integer; 3) zero (for compatibility with clock(8)) as a decimal integer.
       Line 2: 1 number: Resulting number of seconds since 1969 UTC of most recent calibration.   Zero
       if  there has been no calibration yet or it is known that any previous calibration is moot (for
       example, because the Hardware Clock has been found, since that calibration, not  to  contain  a
       valid time).  This is a decimal integer.
       Line  3:  "UTC"  or  "LOCAL".  Tells whether the Hardware Clock is set to Coordinated Universal
       Time or local time.  You can always override this value with options  on  the  hwclock  command
       line.
       You can use an adjtime file that was previously used with the clock(8) program with hwclock.

 

 修改时区的方法

修改配置文件/etc/sysconfig/clock

更新时区tzdata-update

 

ubuntu系统

hwclock的时区在/etc/default/rcS文件中设置,里面有一个参数UTC,默认值为True,表示使用UTC时 区,如果设置为no,那表示使用osclock的时区

 

转载于:https://www.cnblogs.com/mathprice/p/8882355.html

你可能感兴趣的文章
初探Angular6.x---进入用户编辑模块
查看>>
计算机基础知识复习
查看>>
【前端词典】实现 Canvas 下雪背景引发的性能思考
查看>>
大佬是怎么思考设计MySQL优化方案的?
查看>>
<三体> 给岁月以文明, 给时光以生命
查看>>
Android开发 - 掌握ConstraintLayout(九)分组(Group)
查看>>
springboot+logback日志异步数据库
查看>>
Typescript教程之函数
查看>>
Android 高效安全加载图片
查看>>
vue中数组变动不被监测问题
查看>>
3.31
查看>>
类对象定义 二
查看>>
收费视频网站Netflix:用户到底想要“点”什么?
查看>>
MacOS High Sierra 12 13系统转dmg格式
查看>>
关于再次查看已做的多选题状态逻辑问题
查看>>
动态下拉菜单,非hover
查看>>
政府安全资讯精选 2017年第十六期 工信部发布关于规范互联网信息服务使用域名的通知;俄罗斯拟建立备用DNS;Google打击安卓应用在未经同意情况下收集个人信...
查看>>
简单易懂的谈谈 javascript 中的继承
查看>>
iOS汇编基础(四)指针和macho文件
查看>>
Laravel 技巧锦集
查看>>