Article ID: 320034 - Last Review: February 24, 2009 - Revision: 6.0 2002 Mexico City time zone update for daylight saving timeThis article was previously published under Q320034 Daylight saving time updateTo obtain the most recent information about daylight saving time (DST), click the following article number to view the article in the Microsoft Knowledge Base:955839
(http://support.microsoft.com/kb/955839/
)
December 2008 cumulative time zone update for Microsoft Windows operating systems On This PageSUMMARY The Mexico City time zone is being modified in 2002 to change
the way that daylight saving time is implemented. The 2001 implementation is as
follows:
MORE INFORMATION You can use several methods to modify the default behavior
of a time zone in Windows. For example, you can modify the behavior manually,
or you can run a command in an unattended rollout. Modify the time zone manuallyTo modify the time zone manually, use one of the following methods:
Use an automated deploymentTo deploy new time zone settings automatically, create an .inf file to modify the time zone, and then use the Rundll32.exe utility to implement the .inf file. The following command is an example of the rundll32 command (where path\file_name is the location of the .inf file):rundll32 setupapi,InstallHinfSection DefaultInstall 128 path\file_name Sample .inf file entriesWindows XPThis is sample .inf file text for Windows XP:[Version] Signature = "$Windows NT$" [DefaultInstall] AddReg = AddReg [AddReg] HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Display",0x00000002,"(GMT-06:00) Guadalajara, Mexico City, Monterrey" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Dlt",0x00000002,"Mexico Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Std",0x00000002,"Mexico Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","MapID",0x00000002,"-1,85" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Index",0x00010001,30 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","TZI",0x00030001,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0A,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2","Display",0x00000002,"(GMT-07:00) Chihuahua, La Paz, Mazatlan" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2","Dlt",0x00000002,"Mexico Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2","Std",0x00000002,"Mexico Standard Time 2" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2","MapID",0x00000002,"34,35" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2","Index",0x00010001,13 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time 2","TZI",0x00030001,A4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0A,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","ActiveTimeBias",0x00010001,300 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","Bias",0x00010001,360 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightBias",0x00010001,0xffffffc4 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightName",0x00000002,"Mexico Daylight Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightStart",0x00030001,00,00,04,00,01,00,02,00,00,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardBias",0x00010001,0 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardName",0x00000002,"Mexico Standard Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardStart",0x00030001,00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","ActiveTimeBias",0x00010001,360 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","Bias",0x00010001,420 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightBias",0x00010001,0xffffffc4 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightName",0x00000002,"Mexico Daylight Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightStart",0x00030001,00,00,04,00,01,00,02,00,00,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardBias",0x00010001,0 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardName",0x00000002,"Mexico Standard Time 2" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardStart",0x00030001,00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00 Windows 2000 and Windows NTThis is sample .inf file text for Windows 2000 and Windows NT:[Version] Signature = "$Windows NT$" [DefaultInstall] AddReg = AddReg [AddReg] HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Display",0x00000002,"(GMT-06:00) Mexico City" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Dlt",0x00000002,"Mexico Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Std",0x00000002,"Mexico Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","MapID",0x00000002,"-1,85" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","Index",0x00010001,30 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Mexico Standard Time","TZI",0x00030001,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0A,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","ActiveTimeBias",0x00010001,300 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","Bias",0x00010001,360 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightBias",0x00010001,0xffffffc4 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightName",0x00000002,"Mexico Daylight Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightStart",0x00030001,00,00,04,00,01,00,02,00,00,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardBias",0x00010001,0 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardName",0x00000002,"Mexico Standard Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardStart",0x00030001,00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00 Windows 95, Windows 98, and Windows Millennium EditionThis is sample .inf file text for Windows 95, Windows 98, and Windows Millennium Edition (Me):[Version] Signature = "$Chicago$" [DefaultInstall] AddReg = AddReg [AddReg] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\Mexico","Display",0x00000002,"(GMT-06:00) Mexico City" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\Mexico","Dlt",0x00000002,"Mexico Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\Mexico","Std",0x00000002,"Mexico Standard Time" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\Mexico","MapID",0x00000002,"-1,85" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\Mexico","Index",0x00010001,30 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\Mexico","TZI",0x00030001,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0A,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","ActiveTimeBias",0x00030001,68,01,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","Bias",0x00030001,68,01,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightBias",0x00030001,c4,ff,ff,ff HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightFlag",0x00030001,01,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightName",0x00000002,"Mexico Daylight Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","DaylightStart",0x00030001,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardBias",0x00030001,00,00,00,00 HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardName",0x00000002,"Mexico Standard Time" HKLM,"SYSTEM\CurrentControlSet\Control\TimeZoneInformation","StandardStart",0x00030001,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00 APPLIES TO
| Article Translations
|
Back to the top
