473,785 Members | 2,767 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Time Change Note

In:

http://groups.google.com/group/comp....6bd4c45037ef29

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 SetTimeZoneInfo rmation _
: Lib "kernel32" _
: (lpTimeZoneInfo rmation As TIME_ZONE_INFOR MATION) _
: 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_MAC HINE\SYSTEM\Cur rentControlSet\ Control
\TimeZoneInform ation
:Class Name: <NO CLASS>
: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 CurrentControlS et, ControlSet001 and ControlSet002
in the registry (at least I don't remember putting them there). The
combinations of TimeZoneInforma tion caused some problems, but when the
information was applied to all three registry locations everything
started working properly again.

James A. Fortune
CD********@Fort uneJames.com

Nov 1 '07 #1
4 2335

<CD********@For tuneJames.comwr ote in message
news:11******** **************@ z9g2000hsf.goog legroups.com...
In:

http://groups.google.com/group/comp....37ef29?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 SetTimeZoneInfo rmation _
: Lib "kernel32" _
: (lpTimeZoneInfo rmation As TIME_ZONE_INFOR MATION) _
: 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_MAC HINE\SYSTEM\Cur rentControlSet\ Control
\TimeZoneInform ation
:Class Name: <NO CLASS>
: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 CurrentControlS et, ControlSet001 and ControlSet002
in the registry (at least I don't remember putting them there). The
combinations of TimeZoneInforma tion caused some problems, but when the
information was applied to all three registry locations everything
started working properly again.

James A. Fortune
CD********@Fort uneJames.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
Nov 1 '07 #2
On Nov 1, 5:20 pm, "paii, Ron" <n...@no.comwro te:
Checkouthttp://support.microso ft.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
CD********@Fort uneJames.com

Nov 1 '07 #3
On Thu, 1 Nov 2007 16:20:53 -0500, "paii, Ron" <no**@no.comwro te:

<Big snip>
>:Key Name:
:HKEY_LOCAL_MA CHINE\SYSTEM\Cu rrentControlSet \Control
\TimeZoneInfor mation
:Class Name: <NO CLASS>
: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
--
Nov 4 '07 #4
On Nov 4, 9:17 am, Chuck <libb...@school link.netwrote:
On Thu, 1 Nov 2007 16:20:53 -0500, "paii, Ron" <n...@no.comwro te:

<Big snip>


:Key Name:
:HKEY_LOCAL_MAC HINE\SYSTEM\Cur rentControlSet\ Control
\TimeZoneInform ation
:Class Name: <NO CLASS>
: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
CD********@Fort uneJames.com

Nov 5 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3668
by: Bathroom_Monkey | last post by:
For posterity's sake, here is an algorithm I created to take a GMT time and convert it to U.S. central time, accounting for daylight saving time. Note: this algorithm can be modified to work for any other U.S. timezone by changing the number of second subtracted at the end. <? $in_dst="false";
8
2801
by: Nick Coghlan | last post by:
Time for another random syntax idea. . . So, I was tinkering in the interactive interpreter, and came up with the following one-size-fits-most default argument hack: Py> x = 1 Py> def _build_used(): .... y = x + 1 .... return x, y ....
17
3133
by: newbiecpp | last post by:
I have hard time to understand run-time environment. Let assume that I have a program that has a simple variable alpha. When this variable is statically allocated, the compiler can use the absolute address of alpha to access to it. What confuses me is that when the variable is dynamically allocated, how does the compiler implement it? We know the address of the variable until run-time. During the compilation, how can we access to the...
2
6771
by: Jason Priebe | last post by:
I'm a bit confused about SET TIME ZONE and its effect on PostgreSQL's date processing. In my experience with timestamps in all other *nix-based software systems, a timestamp is always a numeric representation of the time elapsed since the epoch, in GMT. Thus, a function that returns the current timestamp should always return the same value, regardless of timezone. The display of that value may change based on the system's timezone,...
2
2533
by: Terry | last post by:
I have used the code provided in the PreciseDateDiff function at the following Access Web link to calculate the time change date (from Daylight to Standard time and vice versa): http://www.mvps.org/access/api/api0024.htm But looks like for this week only, there is a small error in the calculation in the 'GetSundate' function included in the code. You can see what I mean by adding the code below (copied directly from the above link)...
4
2213
by: Ravi Ambros Wallau | last post by:
Hi: We developed a set of ASP.NET Web Applications that never runs in stand-alone mode, but always inside a portal (Rainbow Portal). All modules are copied on that portal. My question is: load time takes, sometimes, three or four of minutes in a medium-level machine (a PIII 1.5 Ghz), when the binary contents are changed, or if the time of last modification of the web.config file is changed. An application that runs in "stand-alone" mode...
4
2699
by: Mark Olbert | last post by:
I've written a composite custom control which I would like to have update its design-time display when one of several properties changes at design time. These custom properties are not simply the exposed properties of the constituent controls (e.g., they control how many constitutent controls are displayed). I am at a loss as to how to go about doing this. I have a custom designer for the control, but I don't see any functionality in the...
1
1930
by: =?Utf-8?B?UmF5IE1pdGNoZWxs?= | last post by:
Hello, I posted this about a month ago but didn't get any response, so I thought I'd rephrase it. I have a DateTimePicker set for Up/Down Time format (HH:mm:ss). The problem is that when I click past 59 seconds the minutes do not increment, and similarly for minutes affecting hours. Also, similarly for clicking backwards from 00. I've seen this work in other applications so it must be simple. I could use a value changed event and...
0
19600
amitpatel66
by: amitpatel66 | last post by:
Hi All, Find below some useful information about Time Zone Conversion in oracle. Hope this would be helpful for many of them since all the real time projects that we work in follow different time zones (EST,PST etc) and you might well need to convert them to something specific as per your requirements: insert into dates values(6, to_date('09/20/05 23:15', 'MM/DD/YY HH24:MI')); --The contents of the table now look like this: 1...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8974
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7500
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3650
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2880
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.