Ubunt修改时间和时区的方法

简介: Ubunt修改时间和时区的方法

1、查看时区

bob@bob-HP-Pro-2000-Microtower-PC:~$ date -R
Tue, 14 May 2019 08:29:51 +0800

2、如果要修改时区,执行sudo tzselect

bob@bob-HP-Pro-2000-Microtower-PC:~$ sudo 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、确认验证

Therefore TZ='Asia/Shanghai' will be used.
Selected time is now: 2019年 05月 14日 星期二 08:56:24 CST.
Universal Time is now:  2019年 05月 14日 星期二 00:56:24 UTC.
Is the above information OK?
1) Yes
2) No
#? 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

8、时区虽然改 了,但是时间还有可能不对,这里用

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

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

sudo hwclock --systohc //非常重要,如果没有这一步的话,后面时间还是不准
 

 

目录
相关文章
|
1月前
|
存储 安全 数据管理
Linux文件时间戳:解析时区与修改时间的相互作用
Linux文件时间戳:解析时区与修改时间的相互作用
47 2
|
7月前
|
监控 网络协议 Linux
Linux日期和时间管理指南:日期、时间、时区、定时任务和时间同步
Linux日期和时间管理指南:日期、时间、时区、定时任务和时间同步
114 0
|
8月前
|
Linux 开发者
Linux时间和日期函数:管理时间与日期的重要工具
在Linux系统编程中,处理时间和日期是至关重要的任务。Linux提供了一系列的时间和日期函数,允许开发者获取、操作和格式化时间信息。本文将深入介绍Linux时间和日期函数的使用,包括获取当前时间、格式化时间字符串、计算时间差等功能,帮助读者充分了解如何在程序中有效地处理时间和日期。
116 3
|
Linux
Linux:查看时区和修改时区
Linux:查看时区和修改时区
251 0
centos 系统下查看时间时区以及修改
centos 系统下查看时间时区以及修改
centos 系统下查看时间时区以及修改
|
Ubuntu Linux
Linux下设置时区方法,实现开机自动设置时区
Linux下设置时区方法,实现开机自动设置时区
372 0
Linux下设置时区方法,实现开机自动设置时区
|
Linux
嵌入式Linux修改时区
嵌入式Linux下修改系统的时区
585 0
Linux系统如何更改时间时区
Linux系统如何更改时间时区
Linux系统如何更改时间时区