diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index 2d5b30c0d..431e951f2 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -2543,7 +2543,7 @@ GSBreakTime(NSTimeInterval when, NSInteger*year, NSInteger*month, NSInteger*day, else { if (ERROR_SUCCESS == RegOpenKeyExW(HKEY_LOCAL_MACHINE, - L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones", + L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones", 0, KEY_READ, ®DirKey))