get time

Login to reply to this topic.
Thu, 2005-09-15 11:11
Joined: 2005-03-30
Forum posts: 206
hi,

are there any APIs to get the time from the mobile operator ?


thanks

guda


Fri, 2005-09-16 02:51
Joined: 2005-06-21
Forum posts: 107
Re: get time
Try to use :

TTime currentTime;
currentTime.HomeTime();

Maybe help you !
Thu, 2006-06-08 16:14
Joined: 2005-07-26
Forum posts: 81
Re: get time
Same Question, is there any API or any method to get the time from the mobile operator? (maybe using GPRS)

The following code returns time of mobile phone not of operator

Code:
TTime currentTime;
currentTime.HomeTime();
Sat, 2006-06-10 12:27
Joined: 2005-07-26
Forum posts: 81
Re: get time
Nokia Experts/Champions ??
Mon, 2006-06-12 11:59
Joined: 2004-06-29
Forum posts: 109
Re: get time
Guda,

we use NTP servers via GPRS connection for this. Maybe this could help you? Of course, the time is still not explicitly *from operator*.

br, Marcel
Wed, 2006-06-14 12:57
Joined: 2005-03-30
Forum posts: 206
Re: get time
i think that in order to get time from operator.. the operator must provide this service to users.... something like in Zapp networks.....on this network every phone can't change his time.... and time is provided by operator (Note that user doesn't have the permision to change phone time).

guda

  • Login to reply to this topic.