Focus on cloud service provider activities
Notes on website operation and maintenance

Solve the problem that the Windows server system time is 8 hours different from the actual time

Today, Lao Zuo met a netizen who built a project with a Windows server, but the content of the published article was eight hours different from the actual Beijing time. Lao Zuo has encountered this problem on Linux servers. For example, the WordPress articles we published differ from the system time, which we solved by modifying the system time. What we encounter here is a Windows system. How can we solve it?

 Solve the problem that the Windows server system time is 8 hours different from the actual time

Here we first enter regedit into the system registry during running.

 Resolve the problem that the Windows server system time is 8 hours different from the actual time - Page 2

Then we find:

 ”HKEY_LOCAL_MACHINE”->“SYSTEM”->“CurrentControlSet”->“Control”->“TimeZoneInformation”

Then: create a REG_DWORD, change the file name to RealTimeIsUniversal, and the value is 1.

 Resolve the 8 hour difference between the Windows server system time and the actual time - Page 3

Rename after creation, and then we make corresponding settings.

 Resolve the 8 hour difference between the Windows server system time and the actual time - Page 4

After setting, restart it. It should solve the problem.

Vote for you
Domain name host preferential information push QQ group: six hundred and twenty-seven million seven hundred and seventy-five thousand four hundred and seventy-seven Get preferential promotion from merchants.
Like( zero )
Do not reprint without permission: Lao Zuo's Notes » Solve the problem that the Windows server system time is 8 hours different from the actual time