ubuntu修改时区和时间的方法

ubuntu修改时区和时间的方法

1、首先要查看时区

[email protected]:~# date -R
Wed, 13 Sep 2017 21:04:21 -0400

如果要修改时区,执行 tzselect

2、选择区域:亚洲

[email protected]:~# tzselect
Please identify a location so that time zone rules can be set correctly.
Please select a continent, ocean, "coord", or "TZ".
 1) Africa
 2) Americas
 3) Antarctica
 4) Asia
 5) Atlantic Ocean
 6) Australia
 7) Europe
 8) Indian Ocean
 9) Pacific Ocean
10) coord - I want to use geographical coordinates.
11) TZ - I want to specify the time zone using the Posix TZ format.
#? 4

3、选择国家:中国

Please select a country whose clocks agree with yours.
 1) Afghanistan           18) Israel                35) Palestine
 2) Armenia               19) Japan                 36) Philippines
 3) Azerbaijan            20) Jordan                37) Qatar
 4) Bahrain               21) Kazakhstan            38) Russia
 5) Bangladesh            22) Korea (North)         39) Saudi Arabia
 6) Bhutan                23) Korea (South)         40) Singapore
 7) Brunei                24) Kuwait                41) Sri Lanka
 8) Cambodia              25) Kyrgyzstan            42) Syria
 9) China                 26) Laos                  43) Taiwan
10) Cyprus                27) Lebanon               44) Tajikistan
11) East Timor            28) Macau                 45) Thailand
12) Georgia               29) Malaysia              46) Turkmenistan
13) Hong Kong             30) Mongolia              47) United Arab Emirates
14) India                 31) Myanmar (Burma)       48) Uzbekistan
15) Indonesia             32) Nepal                 49) Vietnam
16) Iran                  33) Oman                  50) Yemen
17) Iraq                  34) Pakistan
#? 9

4.选择时区:北京时间

Please select one of the following time zone regions.
1) Beijing Time
2) Xinjiang Time
#? 1

5.确认验证:

Please select one of the following time zone regions.
1) Beijing Time
2) Xinjiang Time
#? 1
The following information has been given:
        China
        Beijing Time
Therefore TZ=‘Asia/Shanghai‘ will be used.
Local time is now:      Thu Sep 14 09:14:41 CST 2017.
Universal Time is now:  Thu Sep 14 01:14:41 UTC 2017.
Is the above information OK?
1) Yes
2) No
#? yes
Please enter a number in range.
#? 1
You can make this change permanent for yourself by appending the line
        TZ=‘Asia/Shanghai‘; export TZ
to the file ‘.profile‘ in your home directory; then log out and log in again.
Here is that TZ value again, this time on standard output so that you
can use the /usr/bin/tzselect command in shell scripts:
Asia/Shanghai

6.复制文件到/etc目录下

sudo cp /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime

7、更新时间

sudo ntpdate time.windows.com

改时间参考:

修改时间

sudo date -s MM/DD/YY 
//修改日期
sudo date -s hh:mm:ss 
//修改时间

在修改时间以后,修改硬件CMOS的时间

sudo hwclock --systohc 
//非常重要,如果没有这一步的话,后面时间还是不准
时间: 2024-10-07 06:38:39

ubuntu修改时区和时间的方法的相关文章

win7 无法修改时区和时间

电脑用的win7系统, 今天调试程序的时候,想改下时间,才发现修改时区的按钮点了没反应,修改时间的按钮是灰色的,没法保存. 在网上搜了一下,想着应该是用的Ghost安装系统的问题,不过也找到了解决办法,试了一下,能用. -------------将下面文字复制到新建一个.reg文件赋值进去双击导入,就可以了------ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Cu

修改linux系统时间的方法(date命令)

修改linux系统时间的方法(date命令) 来源:互联网 作者:佚名 时间:11-18 23:22:27 [大 中 小] date命令不仅可以显示系统当前时间,还可以用它来修改系统时间,下面简单的介绍下,方便需要的朋友 命令格式为: date -s 时间字符串 例如只修改系统的日期,不修改时间(时分秒) date -s 2012-08-02 或只修改时间不修改日期 date -s 10:08:00 当然也可以同时修改日期和时间 date -s "2012-05-18 04:53:00"

CentOS修改时区和时间

CentOS修改时区和时间: 修改时区:CentOS时区在/etc/localtime中配置,修改最简单的方式是做个链接到你所要配置的时区(可用时区列表在/usr/share/zoneinfo) ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 也可以直接覆盖 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 验证(查看)当前时区: date 原文地址:http://blog.51

Esxi 修改时区及时间

Esxi 修改时区及时间 1.启用SSH服务: 2.从其他一台Linux主机拷贝一个 /usr/share/zoneinfo/Asia/Shanghai 文件到ESXI主机的数据卷目录(即存储虚拟机文件的那个目录,其他目录重启ESXI会被还原掉). 3.输入以下命令即可. mv /etc/localtime /etc/localtime.bak && cp /vmfs/volumes/datastore/.Shanghai-localtime /etc/localtime 4 修改时间命令

Ubuntu修改时区

1.查看当前时间 date -R 2.修改时区 sudo tzselect 3.选择区域:Asia Please identify a location so that time zone rules can be set correctly. Please select a continent, ocean, "coord", or "TZ". 1) Africa 2) Americas 3) Antarctica 4) Asia 5) Atlantic Ocea

centos修改时区同步时间

查看服务器时间及所在时区 [[email protected] ~]# date -R Fri, 07 Dec 2018 04:38:28 -0500 修改时区 先使用 tzselect 根据提示选择所在地区,最终生成时区 You can make this change permanent for yourself by appending the line TZ='Asia/Shanghai'; export TZ to the file '.profile' in your home di

CentOS系统优化系列之“修改时区和时间”

时间设置有几个相关的概念: 1.rtc时间/硬件时间:是指的例如主板上的某个实时时钟(rtc)硬件设备,这个时间是没有时区信息的,或者说他表示哪个时区的时间,依赖于"人为解读" 2.系统时间:这是被软件系统(这里指os)认知的时间,他包含时区和utc时间两部分 3.rtc时间.local.utc关系设置:如前述,rtc时间并不带有时区信息,就拿咱们大部分所处的东八区来说.现在是上午11点,rtc时间若设为11点,则rtc时间显然对应到东八区的local时间:如果rtc设定为早上3点,则

Ubuntu 更改时区,时间

更改时区,时间 执行tzselect按照提示进行选择时区sudo cp /usr/share/zoneinfo/Asia/ShangHai /etc/localtime执行sudo ntpdate cn.pool.ntp.orgcn.pool.ntp.org是位于中国的公共NTP服务器,用来同步你的时间

Ubuntu修改mysql默认编码的方法

ubuntu使用apt-get安装mysql后,server的默认编码是latin1,下面把server的编码修改成utf8. 编码相关信息: 1 2 3 4 5 6 7 8 9 10 11 12 13 mysql> show variables like 'character%'; +--------------------------+----------------------------+ | Variable_name            | Value