89
45
Since I live in Germany, my timezone is GMT+1 (or GMT+2 in the summertime period). Previous Windows versions were not able to have the hardware clock set to UTC, and the Windows time to the local time. That was / is a big mess, since almoust every other OS is using UTC preferedly.
Is this fixed in Windows 7 and is it now possible to use UTC in the BIOS and local time in Windows?
Reading the link posted in another comment, I'm greatly encouraged by more recent updates at the link added since this answer was written reporting on patches issued by MS for this registry key. That they are issuing patches indicates the key is supported and that you should now expect it to work just fine. – Joel Coehoorn – 2015-07-06T05:09:59.957
I tried exactly this way, but my system says that it can only merge a binary registry file and refuses to do this with the plain text
utc.reg
. Anyway, I've changed this setting directly through regedit. (I haven't yet tested whether it works, because I assume I need to reboot to see the effect, so I went to reboot the system to see the effect, but have just booted the other GNU/Linux system and not Windows yes.) Thanks a lot to everyone involved for discovering and posting this hint; I hope it works. – imz -- Ivan Zakharyaschev – 2015-09-07T23:57:26.547This can be applied in single line
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" /f /v RealTimeIsUniversal /t REG_DWORD /d 1
– user2209299 – 2017-04-09T11:34:09.9873it would be nice to include the relevant information in your answer, in case the pages you cite disappear. – Gilles 'SO- stop being evil' – 2010-09-07T20:06:53.157
17
Make sure you read the notes at http://www.cl.cam.ac.uk/~mgk25/mswish/ut-rtc.html - the RealTime option still has several glitches.
– user1686 – 2010-09-07T20:27:24.463@Sathya Thank you sathya for editing , from next time I will make sure paste the information instead of links – subanki – 2010-09-08T22:13:31.630
3Ok, i knew this registry hack from former Windows versions and i thought in 2010 perhaps they've got managed to get such easy things as UTC support officially working. Unfortunately it doesn't seem so. – mru – 2010-09-19T15:26:43.227
Does this work with Windows 8? – pratnala – 2012-10-28T12:05:59.980
4@PratyushNalam Yes, it works with Windows 8. I just set it up. – Michael Hampton – 2012-11-29T17:46:08.663