centos在设置时区

[[email protected] ~]# date -R    
// 查看时区

Mon, 19 May 2014 10:18:46 +0000

[[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) 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

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

Please select one of the following time zone regions.

1) east China - Beijing, Guangdong, Shanghai, etc.

2) Heilongjiang (except Mohe), Jilin

3) central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.

4) most of Tibet & Xinjiang

5) west Tibet & Xinjiang

#? 1

The following information has been given:

China

east China - Beijing, Guangdong, Shanghai, etc.

Therefore TZ=‘Asia/Shanghai‘ will be used.

Local time is now: Mon May 19 18:19:27 CST 2014.

Universal Time is now: Mon May 19 10:19:27 UTC 2014.

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

[[email protected] ~]# date

Mon May 19 10:19:45 UTC 2014

[[email protected] ~]# cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime  // 替换系统时区文件

cp: overwrite `/etc/localtime‘? y

[[email protected] ~]# ntpdate time.windowscom

^[[A^C

[[email protected] ~]# ntpdate time.windows.com  // 同步时间

19 May 18:22:09 ntpdate[3400]: adjust time server 65.55.56.206 offset -0.286027 sec

[[email protected] ~]# date

Mon May 19 18:22:10 CST 2014

//參考: http://blog.163.com/[email protected]/blog/static/17303755520118423614908/

版权声明:本文博主原创文章,博客,未经同意不得转载。

时间: 2024-10-12 16:07:51

centos在设置时区的相关文章

centos上设置时区

本地单文件上传脚本,命名uf 这是在本机上做的测试,利用bpcs_uploader脚本实现,只是进行简单的封装,自动完善云端文件路径. 技术要点:使用dirname获取文件所在目录,使用pwd获取文件完整路径,并作为云端文件路径. #!/bin/bash cur_dir=$(cd "$(dirname "$1")"; pwd) name=$(basename "$1") /home/grm/bin/bpcs_uploader/bpcs_uploa

Centos 设置时区和时间以及增加中文输入法

增加中文输入法: 1.用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method>Input Method Preferences>Input Method 下拉选择拼音 Add 进列表中,下次登入即可生效. 设置时区和时间: # cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

centos 6.5 查看时区和设置时区

centos6.x 和centos7.x在时区方面有点差距,本文是针对centos6.x进行介绍. 其实在我的一个博文里,在安装系统的时候就可以进行时区的设置,本文介绍的是用命令进行时区查看和设置. >>提君博客原创  http://www.cnblogs.com/tijun/  << 使用date命令查看时区 [[email protected] ~]# date -R Thu, 28 Sep 2017 00:31:54 +0800 我们国家的东八区(+0800) 查看clock

CentOS 7 修改时区

Linux 系统(我特指发行版, 没说内核) 下大部分软件的风格就是不会仔细去考虑向后 的兼容性, 比如你上个版本能用这种程序配置, 没准到了下一个版本, 该程序已经不见了. 比如 sysvinit 这种东西. 设置时区同样, 在 CentOS 7 中, 引入了一个叫 timedatectl 的设置设置程序. 用法很简单: # timedatectl # 查看系统时间方面的各种状态 Local time: 四 2014-12-25 10:52:10 CST Universal time: 四 2

CentOS - 语系设置成为中文

[[email protected] /]# vim /etc/sysconfig/i18n   1 LANG="en_US.UTF-8"   2 SYSFONT="latarcyrheb-sun16" 将LANG="en_US.UTF-8" 换成 LANG="zh_CN.UTF-8" 编辑保存wq即可,重启系统,所有操作用root. CentOS - 语系设置成为中文,布布扣,bubuko.com

centos 分辨率设置

最近又实验安装了centos 5.8,装完后启动,界面太差了,看着费劲. 百度一查,原来是分辨率的问题.下面是分辨率设置方法. "系统->管理->显示"(英文版本的是system->adminstaration->display),打开后,hardware的monitor type 选择你的显示器对应类型,我的是LCD 1440x900. video card 显卡驱动,默认的都是用的linux通用的显卡驱动vesa,我看了一下列举的驱动,刚好有我的显卡驱动(英

php设置时区的两种方法

php5后都要自己设置时区,要么修改php.ini的设置,要么在代码里修改. 在PHP.INI中设置时区 date.timezone = PRC 在代码中设置时区 1 date_default_timezone_set('Asia/Shanghai');//'Asia/Shanghai'   亚洲/上海 2 date_default_timezone_set('Asia/Chongqing');//其中Asia/Chongqing'为“亚洲/重庆” 3 date_default_timezone

VMware于CentOS网络设置

VMware于CentOS网络设置 底: 笔记本电脑有两块网卡: 1. 网卡连接公司内网,仅仅配置了内网ip和子网掩码. 2. 无线网卡.连接4g无线路由器.dhcp自己主动配置. 问题: 在VMware中安装了CentOS5.6之后,CentOS不能连接外网. 解决方式: 1. VMware中选中CentOS,右键虚拟机设置,选择网络适配器,选择桥接模式,勾选复制物理网络连接状态. 2. VMware左上角菜单选择编辑->虚拟网络编辑器,选中VMnet0,以下的VMnet信息.勾选桥接模式,然

Centos如何设置IP地址,LINUX怎么修改IP地址

Centos如何设置IP地址,LINUX怎么修改IP地址 1 2 3 4 5 6 7 分步阅读 百度经验:jingyan.baidu.com 对于很多刚刚接触linux的朋友来说,如何设置linux系统的IP地址,作为第一步,下面小编以centos系统为例,给大家演示如何给centos设置IP地址,如何修改linux 系统IP地址? 步骤阅读 百度经验:jingyan.baidu.com 工具/原料 linux系统,centos 百度经验:jingyan.baidu.com 查看IP地址 1 登