📜  arch linux 更改时区 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:21.509000             🧑  作者: Mango

代码示例1
# To set the local time of the system clock directly:
$ timedatectl set-time "yyyy-MM-dd hh:mm:ss"

# For example:
$ timedatectl set-time "2014-05-26 11:13:54"