The function System.currentTimeMillis() returns the number of milliseconds since January 1, 1970 00:00:00 UTC.

The function Date.getTime() returns the number of milliseconds since January 1, 1970 GMT midnight.

This is what Android's documentation says.

So where is the difference? Can I calculate with them or is there an offset?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

For most intents and purposes the two are equivalent.

http://en.wikipedia.org/wiki/Coordinated_Universal_Time#Definition_and_relationship_to_other_standards

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.