INFO: Retrieving Time-Zone InformationID: Q115231
|
HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\
Windows NT\
CurrentVersion\
Time Zones.
In Windows 95, the time-zone strings are located in the key:
HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\
Windows\
CurrentVersion\
Time Zones.
For each time zone, the registry key TZI is formatted as follows:
LONG Bias;
LONG StandardBias;
LONG DaylightBias;
SYSTEMTIME StandardDate;
SYSTEMTIME DaylightDate;
You can use this information to fill out a TIME_ZONE_INFORMATION structure,
which is used when calling SetTimeZoneInformation().
Additional query words: 3.50 4.00 win 2000
Keywords :
Version : winnt:3.5,3.51,4.0
Platform : winnt
Issue type : kbinfo
Last Reviewed: February 26, 1999