I need to get the Android device timestamp in the format hh:mm:ss:SS. I am able to view the time displayed in the Logcat of Eclipse. Is it the computer\'s time or is it the Andr
Taken from Reading and Writing Logs on the Developer Site:
"time — Display the date, invocation time, priority/tag, and PID of the process issuing the message."
On the emulator it will be your computers time, on a device it will be time of your device...