yet another opennetcf calllog problem!

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
 
P

Peter Foot [MVP]

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

Peter
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top