yet another opennetcf calllog problem!

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

Hi
The start time/end time of the entried returned by the CallLog and
CallLogEntry is not correct. for example:
----Actual entry in the Call History App
Missed Call
<phone number>
Date:
02/03/2005
Time:
3:49 PM

---/returned Entry
<Phone Number>
Start Time:
Date: 02/03/2005
Time: 12:47 PM

i checked the device's time and it's correct, and checked the actual missed
call entry and it lists the correct time of the missed call
then where does that other time comes from?

Thanks
Mustafa
 
Thanks for your feedback Mustafa, I'll take a look at the code and post back
later

Peter
 
Okay the issue is the times are being read as UTC times rather than in the
local timezone. Would that explain the difference between what you see in
the call history and when retrieving entries programmatically? I will change
this code for the next version to read the values as local times.

Peter
 
Back
Top