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?

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

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.

Rename after creation, and then we make corresponding settings.

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