0
点赞
收藏
分享

微信扫一扫

Debian 时间同步

you的日常 2022-01-12 阅读 58

@Debian 有时候时间可是时区不正确,我们可以执行如下命令进行校正:
命令时区根据需要进行替换:

sudo rm /etc/localtime
sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
举报

相关推荐

0 条评论