There is code in startBox.cpp and finishBox.cpp:
unsigned long seconds = 10;
unsigned long milliSeconds = 0;
phone->getCurrentUnixTimeStamp(&seconds, &milliSeconds);
int size = sprintf(cmd, "http://skimb.xelfi.cz/timing/add?when=%ld%d&type=START", seconds, milliSeconds);
The time can be wrong when milliSeconds < 100.
There is code in
startBox.cppandfinishBox.cpp:The time can be wrong when
milliSeconds < 100.