From 3c2e08f7d07fffca55813286e05758b8aca21df5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 5 Dec 2019 18:40:29 +0200 Subject: [PATCH] Windows: add RTC-in-UTC-<32|64>.reg It's kind of a FAQ and now I can just point people directly to copy-pasteable .reg's. --- Windows/RTC-in-UTC-32.reg | 2 ++ Windows/RTC-in-UTC-64.reg | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 Windows/RTC-in-UTC-32.reg create mode 100644 Windows/RTC-in-UTC-64.reg diff --git a/Windows/RTC-in-UTC-32.reg b/Windows/RTC-in-UTC-32.reg new file mode 100644 index 00000000..63a7c4d6 --- /dev/null +++ b/Windows/RTC-in-UTC-32.reg @@ -0,0 +1,2 @@ +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] +"RealTimeIsUniversal"=dword:00000001 diff --git a/Windows/RTC-in-UTC-64.reg b/Windows/RTC-in-UTC-64.reg new file mode 100644 index 00000000..fa90c222 --- /dev/null +++ b/Windows/RTC-in-UTC-64.reg @@ -0,0 +1,2 @@ +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] +"RealTimeIsUniversal"=qword:00000001