The emulator has a couple of issues regarding the time and should not be
trusted to be fully accurate, the clock does not appear to correctly refresh
when the emulator has been suspended, in which case you should do a hard
shutdown of the emulator and start it up from fresh (you'll need to set the
timezone again after doing this).
The DataGrid will show whatever value is in the DateTime in its full string
format - thus if your DataSet retrieved contains UTC times this is what will
be displayed, the DataGrid sadly does not support much formatting of data.
Peter
--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com |
www.opennetcf.org
<Daniel Barisch> wrote in message
news:(E-Mail Removed)...
> > Have you compared the contents of the DataSet with the original values
in
> > Access?
>
> OK, I'll take myself some time for testing....
>
> = Country-Setting =
> WebServer: "Deutsch (Deutschland)"
> Emulator / PPC: "Deutsch (Standard)"
>
> = Example-Value in DataSet (UTC / Local ) =
> WebServer (just before downloading):
> 31.12.2002 23:00:00 / 01.01.2003 01:00:00 (which should be the correct
one)
>
> Emulator:
> 31.12.2002 23:00:00 / 31.12.2002 07:00:00
>
> PocketPC:
> 31.12.2002 23:00:00 / 01.01.2003 01:00:00
>
> Back again...
> Uhm, as I see, it only affects the Emulator? There's maybe a wrong
> time-difference stored?
>
> But am I right, that the MS-DataGrid (for CF) always displays the
UTC-Time?
> As I remember, that's where I considered that problem. I won't test this
> issue, because meanwhile I'm using an other Grid, but maybe this
information
> would be interesting for other users.
>
> Thanks for your help and your quick response!
> D.Barisch
>
>