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
Using abbreviations can help reduce the size of yo...
Preface In daily work or study, it is inevitable ...
This article example shares the specific code of ...
Main differences: 1. Type SQL databases are prima...
First look at the effect: When the mouse moves ov...
This article example shares the specific code of ...
Table of contents APIs used Simple Example person...
Method 1: hostnamectl modification Step 1 Check t...
Table of contents Preface 1. What is a lock? 2. L...
1. Experimental description In the virtual machin...
First query table structure (sys_users): SELECT *...
Table of contents 1. Static implementation method...
By default, Flash will always be displayed at the ...
* address - address * blockquote - block quote * c...
This article is a self-written imitation of the X...