When changing the time zone under Linux, it is always impossible to change I changed it to Asia/Shanghai, but the time zone is always +0000 instead of +0800 as I want. According to the online method A: tzselect: Execute the tzselect command-->Select Asia-->Select China-->Select east China - Beijing, Guangdong, Shanghai, etc-->then enter 1. B: Modify the configuration file to change the time zone 1. Modify /etc/sysconfig/clock ZONE=Asia/Shanghai 2. rm /etc/localtime3. Link to the Shanghai time zone file ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime After completing the above process, restart the machine and you will see that the time zone has been changed. These require a reboot to take effect Later I found that I only needed to Simply set up in /etc/profile export TZ='CST-8', it will take effect immediately and everything will be done. The above method is very simple. If you have a better method, please contact the editor to supplement it. Thank you for your support of 123WORDPRESS.COM. You may also be interested in:
|
<<: Basic usage analysis of Explain, a magical tool for MySQL performance optimization
>>: TypeScript interface definition case tutorial
Preface I believe everyone is familiar with addin...
Find the problem Recently, when I was filling in ...
Table of contents 1. df command 2. du command 3. ...
This article uses examples to explain the concept...
The first one: normal operation SELECT SUM(ddd) A...
Table of contents Uncontrolled components Control...
This article uses an example to describe how to u...
Sprite Cow download CSS Lint download Prefixr dow...
1.1 Data Type Overview The data type is a field c...
I have been taking a lot of MySQL notes recently,...
MySQL master-slave replication allows data from o...
A web server can build multiple web sites with in...
Table of contents 1. Calculated properties 1.1 Ba...
Nginx uses regular expressions to automatically m...
There is often a scenario where the image needs t...