设置为北京时间(Asia/Shanghai)
bash
sudo timedatectl set-timezone Asia/Shanghai

设置显示24小时制
bash
vim /etc/profile
export LC_TIME=C
source /etc/profile
