1
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 that happened the update.
Currently use Calendar.getInstance().getTime()
to take Date and send it to the bank, but what I realize is that the time of many times is more advanced than the current time, what to do to standardize?