Time Change Note
am 01.11.2007 02:23:34 von CDMAPoster
In:
http://groups.google.com/group/comp.databases.ms-access/msg/ f06bd4c45037ef29
Lyle wrote:
:Terry Kreft wrote:
:
:>Suck it and See?
:
:> Change the clock on your PC to just before the effective date/time
and see
:> what happens after the clock ticks over. :
:
:
:
:I !!!!!think!!!!! that unless something changes these registry
settings
:(below) on my computer then the changes will be made in the first
week
:of April and the last week of October.
:
:Will something change them automatically? I'd guess that MS or Nist
or
:someone else will send out a reg file or patch we can import that
will
:do this.
:
:
:If not they can be edited manually in regedit (maybe not a good idea
:for the not-so-brave)
:or with
:Private Declare Function SetTimeZoneInformation _
: Lib "kernel32" _
: (lpTimeZoneInformation As TIME_ZONE_INFORMATION) _
: As Long
:ot they can be exported, edited in notepad or similar and them
imported
:back.
:
:
:Perhpas they are modified by time updates but doubt it. Messing
with
:people's registry settings is unlikely to win friends and influence
:people. Well, of course if you are MS, obviously you don't care
about
:that.
:
:
:But what are they? They're supposed????to be SystemTime Types
:Private Type SYSTEMTIME
: wYear As Integer
: wMonth As Integer
: wDayOfWeek As Integer
: wDay As Integer
: wHour As Integer
: wMinute As Integer
: wSecond As Integer
: wMilliseconds As Integer
:End Type
:
:
:but they don't look like that to me. Perhaps Windows cheats on the
:storage and just stores the ordinal of the Sunday with respect to
month
:in place of day of week and hour in place of day (day of month).
:
:
:Key Name:
:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
\TimeZoneInformation
:Class Name:
:Last Write Time: 2006-04-02 - 05:38
:Value 0
: Name: Bias
: Type: REG_DWORD
: Data: 0x12c
:
:
:Value 1
: Name: StandardName
: Type: REG_SZ
: Data: Eastern Standard Time
:
:
:Value 2
: Name: StandardBias
: Type: REG_DWORD
: Data: 0x0
:
:
:Value 3
: Name: StandardStart
: Type: REG_BINARY
: Data:
:00000000 00 00 0a 00 05 00 02 00 - 00 00 00 00 00 00 00 00
:................
:
:
:Value 4
: Name: DaylightName
: Type: REG_SZ
: Data: Eastern Daylight Time
:
:
:Value 5
: Name: DaylightBias
: Type: REG_DWORD
: Data: 0xffffffc4
:
:
:Value 6
: Name: DaylightStart
: Type: REG_BINARY
: Data:
:00000000 00 00 04 00 01 00 02 00 - 00 00 00 00 00 00 00 00
:................
:
:
:Value 7
: Name: ActiveTimeBias
: Type: REG_DWORD
: Data: 0xf0
:
:
:ramble ... ramble ... ramble
Lyle,
Your registry hack has been working well for me; I hope it will work
on Nov. 4, but I'm not curious enough to change the date to test it
beforehand. I'm posting to note that on my W2K Pro OS, some updates
caused me to have CurrentControlSet, ControlSet001 and ControlSet002
in the registry (at least I don't remember putting them there). The
combinations of TimeZoneInformation caused some problems, but when the
information was applied to all three registry locations everything
started working properly again.
James A. Fortune
CDMAPoster@FortuneJames.com
Re: Time Change Note
am 01.11.2007 22:20:53 von none
wrote in message
news:1193880214.136971.246810@z9g2000hsf.googlegroups.com...
> In:
>
>
http://groups.google.com/group/comp.databases.ms-access/msg/ f06bd4c45037ef29?wp_ml=0
>
> Lyle wrote:
>
> :Terry Kreft wrote:
> :
> :>Suck it and See?
> :
> :> Change the clock on your PC to just before the effective date/time
> and see
> :> what happens after the clock ticks over. :
> :
> :
> :
> :I !!!!!think!!!!! that unless something changes these registry
> settings
> :(below) on my computer then the changes will be made in the first
> week
> :of April and the last week of October.
> :
> :Will something change them automatically? I'd guess that MS or Nist
> or
> :someone else will send out a reg file or patch we can import that
> will
> :do this.
> :
> :
> :If not they can be edited manually in regedit (maybe not a good idea
> :for the not-so-brave)
> :or with
> :Private Declare Function SetTimeZoneInformation _
> : Lib "kernel32" _
> : (lpTimeZoneInformation As TIME_ZONE_INFORMATION) _
> : As Long
> :ot they can be exported, edited in notepad or similar and them
> imported
> :back.
> :
> :
> :Perhpas they are modified by time updates but doubt it. Messing
> with
> :people's registry settings is unlikely to win friends and influence
> :people. Well, of course if you are MS, obviously you don't care
> about
> :that.
> :
> :
> :But what are they? They're supposed????to be SystemTime Types
> :Private Type SYSTEMTIME
> : wYear As Integer
> : wMonth As Integer
> : wDayOfWeek As Integer
> : wDay As Integer
> : wHour As Integer
> : wMinute As Integer
> : wSecond As Integer
> : wMilliseconds As Integer
> :End Type
> :
> :
> :but they don't look like that to me. Perhaps Windows cheats on the
> :storage and just stores the ordinal of the Sunday with respect to
> month
> :in place of day of week and hour in place of day (day of month).
> :
> :
> :Key Name:
> :HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
> \TimeZoneInformation
> :Class Name:
> :Last Write Time: 2006-04-02 - 05:38
> :Value 0
> : Name: Bias
> : Type: REG_DWORD
> : Data: 0x12c
> :
> :
> :Value 1
> : Name: StandardName
> : Type: REG_SZ
> : Data: Eastern Standard Time
> :
> :
> :Value 2
> : Name: StandardBias
> : Type: REG_DWORD
> : Data: 0x0
> :
> :
> :Value 3
> : Name: StandardStart
> : Type: REG_BINARY
> : Data:
> :00000000 00 00 0a 00 05 00 02 00 - 00 00 00 00 00 00 00 00
> :................
> :
> :
> :Value 4
> : Name: DaylightName
> : Type: REG_SZ
> : Data: Eastern Daylight Time
> :
> :
> :Value 5
> : Name: DaylightBias
> : Type: REG_DWORD
> : Data: 0xffffffc4
> :
> :
> :Value 6
> : Name: DaylightStart
> : Type: REG_BINARY
> : Data:
> :00000000 00 00 04 00 01 00 02 00 - 00 00 00 00 00 00 00 00
> :................
> :
> :
> :Value 7
> : Name: ActiveTimeBias
> : Type: REG_DWORD
> : Data: 0xf0
> :
> :
> :ramble ... ramble ... ramble
>
>
> Lyle,
>
> Your registry hack has been working well for me; I hope it will work
> on Nov. 4, but I'm not curious enough to change the date to test it
> beforehand. I'm posting to note that on my W2K Pro OS, some updates
> caused me to have CurrentControlSet, ControlSet001 and ControlSet002
> in the registry (at least I don't remember putting them there). The
> combinations of TimeZoneInformation caused some problems, but when the
> information was applied to all three registry locations everything
> started working properly again.
>
> James A. Fortune
> CDMAPoster@FortuneJames.com
>
Checkout http://support.microsoft.com/kb/914387?wp_ml=0
It has a download that will provide a GUI to edit daylight saving time zones
on windows 2000. Much easer then regedit. Follow the instructions on page 15
including the part of change your time zone then changing it back after
saving the edits made by the program.
TZEDIT.EXE
Re: Time Change Note
am 01.11.2007 23:11:01 von CDMAPoster
On Nov 1, 5:20 pm, "paii, Ron" wrote:
> Checkouthttp://support.microsoft.com/kb/914387?wp_ml=0
>
> It has a download that will provide a GUI to edit daylight saving time zones
> on windows 2000. Much easer then regedit. Follow the instructions on page 15
> including the part of change your time zone then changing it back after
> saving the edits made by the program.
>
> TZEDIT.EXE
Thanks for the information. I'll try that if things don't go smoothly
with the existing registry hack.
James A. Fortune
CDMAPoster@FortuneJames.com
Re: Time Change Note
am 04.11.2007 15:17:39 von Chuck
On Thu, 1 Nov 2007 16:20:53 -0500, "paii, Ron" wrote:
>> :Key Name:
>> :HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
>> \TimeZoneInformation
>> :Class Name:
>> :Last Write Time: 2006-04-02 - 05:38
>> :Value 0
>> : Name: Bias
>> : Type: REG_DWORD
>> : Data: 0x12c
>> :
>> :
>> :Value 1
>> : Name: StandardName
>> : Type: REG_SZ
>> : Data: Eastern Standard Time
>> :
>> :
>> :Value 2
>> : Name: StandardBias
>> : Type: REG_DWORD
>> : Data: 0x0
>> :
>> :
>> :Value 3
>> : Name: StandardStart
>> : Type: REG_BINARY
>> : Data:
>> :00000000 00 00 0a 00 05 00 02 00 - 00 00 00 00 00 00 00 00
>> :................
>> :
>> :
>> :Value 4
>> : Name: DaylightName
>> : Type: REG_SZ
>> : Data: Eastern Daylight Time
>> :
>> :
>> :Value 5
>> : Name: DaylightBias
>> : Type: REG_DWORD
>> : Data: 0xffffffc4
>> :
>> :
>> :Value 6
>> : Name: DaylightStart
>> : Type: REG_BINARY
>> : Data:
>> :00000000 00 00 04 00 01 00 02 00 - 00 00 00 00 00 00 00 00
>> :................
>> :
>> :
>> :Value 7
>> : Name: ActiveTimeBias
>> : Type: REG_DWORD
>> : Data: 0xf0
>> :
>> :
>> :ramble ... ramble ... ramble
>>
>>
>> Lyle,
>>
>> Your registry hack has been working well for me; I hope it will work
>> on Nov. 4, but I'm not curious enough to change the date to test it
>> beforehand.
It looks as though simply changing:
>> : Data:
>> :00000000 00 00 0a 00 05 00 02 00 - 00 00 00 00 00 00 00 00
to 00000000 00 00 0b 00 01 00 02 00 - 00 00 00 00 00 00 00 00
and
>> : Data:
>> :00000000 00 00 04 00 01 00 02 00 - 00 00 00 00 00 00 00 00
to 00000000 00 00 03 00 01 00 02 00 - 00 00 00 00 00 00 00 00
might do the trick.
Chuck
--
Re: Time Change Note
am 05.11.2007 23:04:58 von CDMAPoster
On Nov 4, 9:17 am, Chuck wrote:
> On Thu, 1 Nov 2007 16:20:53 -0500, "paii, Ron" wrote:
>
>
>
>
>
>
>
> >> :Key Name:
> >> :HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
> >> \TimeZoneInformation
> >> :Class Name:
> >> :Last Write Time: 2006-04-02 - 05:38
> >> :Value 0
> >> : Name: Bias
> >> : Type: REG_DWORD
> >> : Data: 0x12c
> >> :
> >> :
> >> :Value 1
> >> : Name: StandardName
> >> : Type: REG_SZ
> >> : Data: Eastern Standard Time
> >> :
> >> :
> >> :Value 2
> >> : Name: StandardBias
> >> : Type: REG_DWORD
> >> : Data: 0x0
> >> :
> >> :
> >> :Value 3
> >> : Name: StandardStart
> >> : Type: REG_BINARY
> >> : Data:
> >> :00000000 00 00 0a 00 05 00 02 00 - 00 00 00 00 00 00 00 00
> >> :................
> >> :
> >> :
> >> :Value 4
> >> : Name: DaylightName
> >> : Type: REG_SZ
> >> : Data: Eastern Daylight Time
> >> :
> >> :
> >> :Value 5
> >> : Name: DaylightBias
> >> : Type: REG_DWORD
> >> : Data: 0xffffffc4
> >> :
> >> :
> >> :Value 6
> >> : Name: DaylightStart
> >> : Type: REG_BINARY
> >> : Data:
> >> :00000000 00 00 04 00 01 00 02 00 - 00 00 00 00 00 00 00 00
> >> :................
> >> :
> >> :
> >> :Value 7
> >> : Name: ActiveTimeBias
> >> : Type: REG_DWORD
> >> : Data: 0xf0
> >> :
> >> :
> >> :ramble ... ramble ... ramble
>
> >> Lyle,
>
> >> Your registry hack has been working well for me; I hope it will work
> >> on Nov. 4, but I'm not curious enough to change the date to test it
> >> beforehand.
>
> It looks as though simply changing:
>
> >> : Data:
> >> :00000000 00 00 0a 00 05 00 02 00 - 00 00 00 00 00 00 00 00
>
> to 00000000 00 00 0b 00 01 00 02 00 - 00 00 00 00 00 00 00 00
>
> and
>
> >> : Data:
> >> :00000000 00 00 04 00 01 00 02 00 - 00 00 00 00 00 00 00 00
>
> to 00000000 00 00 03 00 01 00 02 00 - 00 00 00 00 00 00 00 00
>
> might do the trick.
According to lyle's insight and determination, that might change the
time on the first Sunday in March at 2:00 a.m. I used '03 00 02 00
02' instead of '03 00 01 00 02' in the second string to attempt to get
the second Sunday in March at 2:00 a.m. My system is coming up with
the correct time using the registry hack so far provided the change is
made identically in all existing control sets.
James A. Fortune
CDMAPoster@FortuneJames.com