CentOS查看当前时区及修改默认时区的方式如下:
1.查看当前时区
date -R
2.修改时区
tzselect
执行上面的命令,然后按照提示进行操作,但是只能当前回话保存,如果想要永久保存,需要修改 ~/.bash_profile
,增加
TZ='Asia/Shanghai';
export TZ
如下:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
TZ='Asia/Shanghai';
export TZ
最新评论
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com
2025年1月4日识别码又改了哦