I am using the following service to sync the time
DateTime tmptime = new DateTime();
LD.sendBroadcast(RemotePort,network,new TimeSynchronizationRequest(tmptime));
The problem I'm having is that I can't actually verify it happened. Is there a way of actually getting the current time from a device?