DateTime.Now returning incorrect results (using Compact Framework)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have an app that is used on a lot of pocketpc devices. While the app is still in beta, I have written a Trace function to write to a file, and it uses
DateTime.Now
to log the time. On most of the devices it's on it works correctly. However, on a few of them, it wrote this out a few minutes ago: 4/12/2006 1:30:00 PM when it should've been this: 6/9/2006 4:25:00 PM We've checked and verified that the devices have the correct date and time set, and the file where it's logging this wasn't even created back in April (let alone the Trace function I wrote). Does anyone have any idea why it would be doing this? My Music | My Pics | My Articles BlackDice