Time Corruption

  • Thread starter Thread starter Henry Leung
  • Start date Start date
H

Henry Leung

I developed my XPE & run the image on the same PC. After
the FBA, the hour show in the real time clock is changed.

Any idea what had happened and any fixs?

Regards,
Henry
 
The default time zone for the image is GMT. There will be a tip article
posted to the Embedded web site soon that walks you through the steps to put
it any time zone before building the image. I'll let you know when it's
posted.

--
Andy

This posting is provided "AS IS" with no warranties, and confers no
rights.
=====================================================
 
Thanks Andy
-----Original Message-----
The default time zone for the image is GMT. There will be a tip article
posted to the Embedded web site soon that walks you through the steps to put
it any time zone before building the image. I'll let you know when it's
posted.

--
Andy

This posting is provided "AS IS" with no warranties, and confers no
rights.
=====================================================




.
 
Henry:

You could build your own component to set the time zone. You will want the
following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation

HTH... Doug
 
Thanks

Henry
-----Original Message-----
Henry:

You could build your own component to set the time zone. You will want the
following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZo neInformation

HTH... Doug



.
 
Hi Doug,

Can you detail the procedures to set up the components such as files,
dependency and register keys (other than the one you specified, etc.

In Embedded NT, there is a component "Time Zone Setting". Is there anything
equivalence to that in Embedded XP?

Regards,

Henry
 
Henry:

The "NLS: Time Zones" component defines all the TZ's, and sets the default
TZ.

You could modify this component to set the default TZ that you want, or
create a custom component that sets the default TZ, i.e. include just the
TimeZoneInformation registry data.

HTH... Doug
 
Hi Doug & Andy,

The new time zone was set up properly in my new image after I modified the
default reg data of the NLS: Time Zones to Pacific Time according to Andy's
doc.

Thanks
Henry
 
I have a problem trying to put the values into TD to try and setup my
image to have AEST time zone, i was trying to cut and paste the values
into TD but it complains that the numbers are too large (4294966636)
and i'm thinking that its that regedit assumes unsigned numbers but TD
wants signed, is there some fix to this?
 
Try importing values directly from registry using TD.

Or type -660

Calculator has hex notation so you should enter -4294966636 go to hex and
then back to decimal.

Regards,
Slobodan
 
Back
Top