Time standards are a good thing. Every country should have at least one (or more).
Time Scales
What is GPS time?
18 seconds ahead of UTC."
The difference is between GPS time and UTC time is still +18 seconds:
More on GPS time:
Do cell phones get their time-of-day references from the
>cellular network? GPS (adjusting for leap seconds)? Or both?
>
>In the case of the cellular network, is a timestamp routinely
>broadcast? Or, does the client query the network?
>
>[My guess is network broadcast timestamps at some relatively
>high rate]
I can't answer all your questions.
The phone has a GPS receiver the acts as an RTC (real time clock). If there is a low BER (bit error rate) GPS satellite signal, the phone will use GPS for displaying time. If the satellite signal is absent or shows a high error rate, it will use the time from the cellular network.
GPS use NMEA-0183 code to regularly deliver the time. The GPGGA sentence includes the current UTC time. It's not really broadcasting because none of the satellites transmit the current time. Instead, the GPS receiver combines the data from at least 3 satellites and computes the receiver location.
I don't know what you mean by "timestamp". Are you referring to the standardized formatting of the data such as ISO 8601 ("YYYY-MM-DDThh:mm:ssZ")?