In my android app I have a service that sends from time to time a user location and saves in another field lastUpdate the day and time the update happened.
I currently use Calendar.getInstance().getTime()
to get the Date and send it to the database, but what I realize is that the time for many is sometimes earlier than the current time, what do I do to standardize?