DOCUMENT:Q320483 06-AUG-2002 [winnt] TITLE :GMT Daylight Savings Time Zone Transition Occurs One Hour Late PRODUCT :Microsoft Windows NT PROD/VER::4.0,4.0 SP1,4.0 SP2,4.0 SP3,4.0 SP4,4.0 SP5,4.0 SP6,4.0 SP6a OPER/SYS: KEYWORDS:kbenv kbtool kbui ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows NT Server versions 4.0, 4.0 SP1, 4.0 SP2, 4.0 SP3, 4.0 SP4, 4.0 SP5, 4.0 SP6, 4.0 SP6a ------------------------------------------------------------------------------- SYMPTOMS ======== The daylight savings time transition for your Windows NT 4.0-based computer that is set to use Greenwich Mean Time (GMT) may occur one hour later than you expect. For example, although the transition should occur at 1:00 AM on the last Sunday in March, it may occur at 2:00 AM. Although the transition back to standard time is scheduled to occur at 2:00 AM on the last Sunday in October, it may occur at 3:00 AM. CAUSE ===== This issue may occur if the registry settings for the GMT time zone indicate that the time change should take place one hour later than expected. RESOLUTION ========== To modify the default behavior of a time zone in Windows, use either of the following methods. Manually Modify the Default Behavior ------------------------------------ To modify the time zone manually, use one of the following methods: - Use the Tzedit.exe utility to adjust the start and end dates for daylight savings time in the time zone. For additional information about how to use Tzedit.exe, click the article number below to view the article in the Microsoft Knowledge Base: Q158195 Time Zone Editor Available on OEM Service Release 2 CD-ROM - Create an .inf file to modify the time zone, right-click the file, and then click Install. A sample .inf file entry is listed at the end of this article. Automatically Modify the Default Behavior ----------------------------------------- To automate the deployment of the new time zone settings, create an .inf file to modify the time zone, and then use Rundll32.exe to deploy the .inf file. The following command is an example of a Rundll32.exe command you might use, where \ is the location and name of the .inf file: rundll32 setupapi,InstallHinfSection DefaultInstall 128 \ Sample .inf File Text for Windows NT ------------------------------------ [Version] Signature = "$Windows NT$" [DefaultInstall] AddReg = AddReg [AddReg] HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\GMT Standard Time Modified","Display",0x00000002,"(GMT) Greenwich Mean Time (Modified): Dublin, Edinburgh, Lisbon, London" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\GMT Standard Time Modified","Dlt",0x00000002,"GMT Daylight Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\GMT Standard Time Modified","Std",0x00000002,"GMT Standard Time" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\GMT Standard Time Modified","MapID",0x00000002,"0,1" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\GMT Standard Time Modified","Index",0x00010001,55 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\GMT Standard Time Modified", "TZI",0x00030001,00,00,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,03,00,00,00,05,00,01,00,00,00,00,00,00,00 Additional query words: ====================================================================== Keywords : kbenv kbtool kbui Technology : kbWinNTsearch kbWinNT400search kbWinNTSsearch kbWinNTS400sp6 kbWinNTS400sp5 kbWinNTS400sp4 kbWinNTS400sp3 kbWinNTS400sp2 kbWinNTS400sp1 kbWinNTS400search kbWinNTS400 Version : :4.0,4.0 SP1,4.0 SP2,4.0 SP3,4.0 SP4,4.0 SP5,4.0 SP6,4.0 SP6a Issue type : kbprb ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2002.