Hi All,

I have a time critical app that is running on Nokia E52.

It connects to TCPServer based somewhere in London. TCP Client (my app) sends message e.g. "blah~blah~blah~20110418~15:39:43|" (the datetime is the handset currenttime) and this message is sent on regular intervals. Date and Time must be in sync with Server (give ot take 5 secs), if not, then TCPServer will close the connection.

I want to make sure this time is in sync so when the application is started it will shake hands with server on Datetime if same (+ or - 5 secs) then all is fine, else application must notify the user and automatically adjust handset datetime.

I dont want to start a thread to work as my apps digital clock.

My suggestion, new approach, code or direction will be greatly appreciated.

Kind Regards,
Javed