If you are running multiple operating systems, configuring all systems to run in UTC may be to avoid time problems.
This will keep the same time on all systems, making it easier to work with files, messages, and other data that contain timestamps.
Configuring Windows to run on UTC can make it easier to deal with daylight saving time/winter time, as well as help avoid problems with the real time clock on your computer.
Configuring Windows for UTC (Coordinated Universal Time) can be useful in several ways:
In general, using UTC as the time standard is the recommended approach in modern computer systems and applications. UTC is the time standard used worldwide, and its use helps avoid time problems that can occur when working in different time zones.
Windows uses local time by default to display the time in the user interface and in system files. However, if you need to configure Windows to run on UTC (Coordinated Universal Time), you can do so by following these steps:
regedit
command.HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation
.DWORD
type and the name RealTimeIsUniversal
.RealTimeIsUniversal
value and set it to 1.After these steps, Windows will use UTC instead of local time to display the time in the user interface and in system files. Note that changing the time zone to UTC may affect the operation of some programs, so it is recommended that you consult the developers of the programs you are using before changing the time zone.