Chinaunix首页 | 论坛 | 博客
  • 博客访问: 646964
  • 博文数量: 329
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 693
  • 用 户 组: 普通用户
  • 注册时间: 2015-01-05 23:37
个人简介

Do not panic!

文章存档

2021年(1)

2018年(3)

2017年(7)

2016年(98)

2015年(220)

我的朋友

分类: LINUX

2015-09-21 09:46:09

原文地址:linux系统查看时区 作者:syxian

在/etc/profile中设置TZ:export TZ=Asia/Shanghai or export TZ=GMT

[oracle@oracle ~]$ cat /etc/sysconfig/clock 
# The ZONE parameter is only evaluated by system-config-date.
# The timezone of the system is defined by the contents of /etc/localtime.
ZONE="Asia/Shanghai"
UTC=true
ARC=false

ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
阅读(681) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~