java - Accurate time on Android -


is there way time precisely in android . found ntp best way ..is there existing library there in android taking ntp time .? appreciated. in advance

use

system.currenttimemillis() 

according docs: returns current system time in milliseconds since january 1, 1970 00:00:00 utc.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -