cst in centos represents Beijing time, and also represents the standard time in the United States, Australia or Cuba; the full name of CST is CentralStandardTime (USA or Australia), ChinaStandardTime or CubaStandardTime.
The operating environment of this article: centos 7 system, Dell G3 computer.
Does cst in centos represent Beijing time?
CST can be regarded as the United States, Australia, Cuba or China standard time.
The full name of CST in English is CentralStandardTime (USA), CentralStandardTime (Australia), ChinaStandardTime or CubaStandardTime. The details are as follows:
1. United States Central Time: CentralStandardTime (USA) UT-6:00.
2. Central Australian Time: CentralStandardTime (Australia) UT 9:30.
3. China Standard Time: ChinaStandardTimeUT 8:00.
4. Cuba Standard Time: CubaStandardTimeUT-4:00.
Change UTC time to CST time
# 备份之前的localtime文件 mv localtime{,.bak} # 更改CST上海时间 ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime # 测试 [root@1889ac6ed47a /etc]# date Sat Aug 29 10:38:26 CST 2020
Recommended tutorial: "centos tutorial"
The above is the detailed content of Does cst in centos represent Beijing time?. For more information, please follow other related articles on the PHP Chinese website!