[colug-432] Daylight savings, Windoz, UTC, Linux, Oh My

Vince Herried vherried at gmail.com
Tue Mar 13 10:39:29 EDT 2012


darn it.  I forgot to fix my automagic recordings for day light savings.
To add more tinder,  I recently re-installed windoz and she messed with my
hardware clock.

So with some research,  I've created two reg edit files for windows7 one to
cause windows to use UTC in the hardware clock
and the other to clear that setting.  I confess I have not tested the clear
script.

I suggest that you create a restore point before making any registry
changes.

Use windowz notepad and copy the following text excluding the first and
last lines and then use save as
to save the files as ANSII using the .reg extension

click on them to execute.  you will have to re-boot to see the results

---------------Enable Windows to use Hardware clock set to
UTC.reg-----------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
----------------end----------------------------------------


------------Disable using hardware clock set to
UTC.reg-----------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=-
----------------------------------end-------------------------------


Seems to be happy

-- 
Vince's outgoing mail address
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.colug.net/pipermail/colug-432/attachments/20120313/68f7daa6/attachment.html 


More information about the colug-432 mailing list