Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio logcat timestamps EDT time zone

Tags:

android

I use Android Studio under Windows Server 2008R2

The time stamps in logcat are in EDT timezone. So while my server's clock shows 5:40pm (UTC+1) the logcat time stamps show 11:40

Is there a way to configure Android Studio\logcat to display the server's local time ?

like image 969
Spacewalker Avatar asked Sep 28 '22 05:09

Spacewalker


1 Answers

Logcat uses Android device's time. Just set correct time on your device

like image 85
Smirnov Sergey Avatar answered Oct 03 '22 00:10

Smirnov Sergey