I'm using the code from this article provided by google:
http://developer.android.com/guide/topics/location/obtaining-user-location.html
to figure out a user's current location. I've been reading in other questions that the time provided by the GPS location provider is not comparable to the time provided by the network provider, or the system time:
Android problem finding out how recent latest GPS fix is
Do we need to apply a fix to the google code sample in order for the time comparison to be done correctly? This is getting confusing especially with some other bugs in the location providers:
http://code.google.com/p/android/issues/detail?id=23937
Thanks