Home >Operation and Maintenance >CentOS >Does cst in centos represent Beijing time?

Does cst in centos represent Beijing time?

WBOY
WBOYOriginal
2022-04-14 17:01:053775browse

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.

Does cst in centos represent Beijing time?

The operating environment of this article: centos 7 system, Dell G3 computer.

Does cst in centos represent Beijing time?

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is jre under centos?Next article:What is jre under centos?