Ubuntu使用tzselect修改时区

1、命令行运行

sudo tzselect

2、选择洲区(这里选择亚洲Asia)

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

3、选择国家(这里选择中国China)

Please select a country.
 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、选Yes

The following information has been given:

    China
    Beijing Time

Therefore TZ=‘Asia/Shanghai‘ will be used.
Local time is now:    Thu May 18 15:43:26 CST 2017.
Universal Time is now:    Thu May 18 07:43:26 UTC 2017.
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

方式1:在用户目录的.profile文件中加入一行下列内容,然后source ~/.profile使其生效

export TZ=‘Asia/Shanghai‘

方式2:复制相应的时区文件到/etc目录下

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

6、同步时间

[email protected]:~$ sudo ntpdate pool.ntp.org
18 May 15:53:12 ntpdate[26982]: adjust time server 193.228.143.14 offset -0.154279 sec
时间: 2024-11-12 20:13:55

Ubuntu使用tzselect修改时区的相关文章

Linux服务器修改时区时间

时间的一致性很关键,对于日志的分析和程序的对接都至关重要! 01.tzselect 修改时区 可以使用命令 tzselect,修改时区.操作示例: $ tzselect Please identify a location so that time zone rules can be set correctly. Please select a continent or ocean. 1) Africa 2) Americas 3) Antarctica 4) Arctic Ocean 5) A

修改时区以及时间同步

tzselect   修改时区  select a timezone 时区显示的是CET tzselect使用方法 这里让选择大陆或大洋 很明显选择5 Asia(亚洲) 选择国家 9 China 选在城市(难道新疆和北京不是一个时区吗,好吧我选北京) 确认信息1, yes  2 no 重新选择(我勒个擦,说包的北京呢,为毛是上海) 不要以为这样就完事了,那你就错了, 不过看到这里也能知道怎么做了把 最后的命令(上面说的都是废话,重点在这里---------来来来,画重点了) [[email pr

Docker 修改时区

碰到Oracle 在windows服务器上,asp.net core web api 在linux的docker中 碰到问题说ORA-00604: error occurred at recursive SQL level 1ORA-01882: timezone region not found 这应该是服务器时区和oracle不一致导致的, docker默认时区都是  Etc/UTC,而我的Oracle 数据库中没有这个时区 解决:通过语句可以查看到Oracle有哪些时区 select tz

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, oc

ubuntu server修改时区

公司用的是ubuntu server 服务器在美国亚马逊VPS 现在要修改时区 执行:tzselect 或直接修改 /etc/timezone 文件,我是改成(America/Los_Angeles) 然后到/usr/share/zoneinfo/下找相应的时区文件复制到/etc/localtime 我的是 sudo cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime 最后 date & date -R my time(Sun, 0

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

云服务器 ECS Linux 服务器修改时区的两种方式

在云服务器 ECS Linux 系统中,以 Centos6.5 为例,可以通过如下两种方式,修改系统时区: 可以使用命令 tzselect,修改时区.操作示例: [[email protected] ~]# tzselect Please identify a location so that time zone rules can be set correctly. Please select a continent or ocean. 1) Africa 2) Americas 3) Ant

ubunut14.04修改时区,版本信息

ubuntu14.04修改时区: 1.首先查看时区: 2.如果要修改时区,执行sudo tzselect 复制文件到/etc目录下: sudo cp /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime 更新时间: sudo ntpdate time.windows.com --------------------------华丽分割线-------------------------------- 输入命令: lsb_release -a

树莓派(Raspberry Pi)修改时区

1.安装ntp sudo apt-get install ntpdate 2.修改时区 tzselect 3.选择自己的时区 1)选择大洲 2)选择国家 3)选择城市 4)选择YES 5)或者使用命令行 4.配置网络对时 sudo ntpdate cn.pool.ntp.org 注:cn.pool.ntp.org 是国内的ntp服务器 5.输入命令,查看时间 date Wed Dec 24 09:58:28 CST 2014