Android Question Log(datetime.now) different on 2 apps

tufanv

Expert
Licensed User
Longtime User
Hello,

I am using the same device for testing this. On activity_pause I have
log(datetime.now)
One app gives : 1624623417954 which is correct
other one gives : 1125801219

What am i missing here?

EDIT : found the problem. I was using int to store this instead of long
 
Top