OS X 10.6.3 hora errada do sistema

0

Estou usando o Mac OS X 10.6.3. Eu também tenho o Windows 7 instalado na mesma máquina.

O relógio no Mac OS X continua ganhando tempo. Eu defini o fuso horário correto tanto no Windows quanto no Mac OS X.

Alguma ajuda para resolver este problema?

    
por mark 26.07.2010 / 09:40

2 respostas

1

Isso pode ajudar você:

I found a better solution to this whole thing. The problem with the Windows clock being off is because the hardware clock (the one on your actual motherboard) is being set to "Universal" time, or GMT, when you shut down your MacOS bootup. When you boot Windows, Windows assumes your clock is set to your local timezone because that's what Windows does by default. This explains why the people who set their MacOS clock to GMT got the right time in Windows... If the hardware clock is being set to "GMT," when it's actually the local time, Windows will pick this setting up as local time as it did before.

To fix this, you need to add a key to your Windows system registry to tell Windows that your hardware clock will always be GMT.

* WARNING: Editing your registry improperly can render your Windows installation inoperable. Proceed VERY carefully. I am not responsible if you mess something up. *

The short solution for people who know how to edit the registry: A DWORD key called HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\TimeZoneInformation\RealTimeIsUniversal needs to have the value of "1"

The step-by-step solution is as follows: 1. Boot Windows

  1. Click Start --> Run and type regedit. Click OK

  2. The Windows Registry Editor should pop up. Navigate within the explorer to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\TimeZoneInformation

  3. Click on the TimeZoneInformation "folder" from the navigation pane if you haven't already done so.

  4. This assumes the correct key doesn't exist. If it does, you will just change the existing key's value: Right click on the white space within the folder (If you don't have a right mouse button, you may need to download a program called applemouse to emulate the "control-click" of the apple 1-button mouse). Select new --> DWORD Value. Title the key "RealTimeIsUniversal" (No quotes). Set the value to "1" (No quotes again). Hexidecimal should be fine.

  5. Either reboot and set the clock in MacOS or set the clock in Windows. You should now be able to reboot into either OS and have a correct clock.

    
por 26.07.2010 / 12:29
0

Você selecionou "Definir data e hora automaticamente" (em Data e hora > Data e hora nas configurações)? Em caso afirmativo, sua instalação do Windows pode não ter o horário correto.

    
por 26.07.2010 / 10:33

Tags