I am building an android application where I need the TimeStamp but not of local system machine.
What I have done to get TimeStamp used below function.
System.currentTimeMillis()
The problem I was facing in that suppose if the system time is set wrong I will be getting wrong Time in that condition.
Is there any lib. from where I can get current timestamp.