I have developed a program in Objective-C which sends a GMT timestamp to the server for sorting the data first. I wonder if there is any way to send the time to the server that is not true.
I use:
long long milliseconds = (long long)([[NSDate date] timeIntervalSince1970] * 1000.0);