修改linux 时间格式
[pythonx]$ date Thu Oct 17 02:33:11 EDT 2019[pythonx]$
1、备份当前的时间
mv /etc/localtime /etc/localtime.bakln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2、在查看时间[pythonx]$ date Thu Oct 17 14:48:52 CST 2019