您的位置:首页 > 运维架构 > Linux

Linux时区设置

2011-10-28 17:30 204 查看
Linux 设置服务器时区 UTC 0区

Linux服务器建议使用UTC 0区且没有夏时令,Atlantic/Reykjavik正好符合,这样各个程序都比较简单,时间不用算来算去的。

“夏时令”也会影响时间的换算,wiki上有讲解。

sudo tzselect
6) Atlantic Ocean
6
5) Iceland
5
You can make this change permanent for yourself by appending the line
TZ='Atlantic/Reykjavik'; 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:
Atlantic/Reykjavik
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: