ubuntu 修改时区
发布时间:2020-09-19 02:54:39  所属栏目:Ubuntu  来源:互联网 
            导读:命令: tzselect 然后跟着提示走,依次输入 4:亚洲 9:中国 1:北京 1:确认正确 最后添加环境变量 TZ=Asia/Shanghai echo TZ=Asia/Shanghai /etc/profilesource /etc/profile 控制台日志 ~ tzselectPlease identify a location so that time zo
                
                
                
            | 
                         命令: tzselect 然后跟着提示走,依次输入 4:亚洲 9:中国 1:北京 1:确认正确 echo "TZ='Asia/Shanghai'" >> /etc/profile source /etc/profile 控制台日志  ~ 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
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
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:    Tue Feb 21 10:22:23 CST 2017.
Universal Time is now:    Tue Feb 21 02:22:23 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 
修改 ls 显示的时间格式export TIME_STYLE='+%Y/%m/%d %H:%M:%S' (编辑:莱芜站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!  | 
                  
推荐文章
            站长推荐
            - Fuchsia开发环境搭建 for Ubuntu 16.04
 - 基于Ubuntu的发行版中缺少modules.usbmap和modul
 - Ubuntu16.04 root用户登录没有声音的解决方法
 - 无法在ubuntu LTS上安装coffeescript
 - Ubuntu使用VNC连接windows错误: connection: no
 - ubuntu14.04安装opencv3.0.0的操作方法
 - ubuntu16.04下安装TensorFlow(GPU加速)----详细图
 - ubuntu下zabbix服务器监控工具部署
 - ubuntu下如何安装android studio
 - 【GMT】Ubuntu16.04下安装GMT5.2.1报错non-float
 
热点阅读
            