How to get the abbreviation / Country code of mobile timezone in android?
How to get the Time Zone Abbreviation like IST (India Standard Time), ET (Eastern Time) and all. I have used the below code to get the time zone information in android, Option 1: String mobileTimeZone = Calendar.getInstance().getTimeZone() .getDisplayName(false, TimeZone.SHORT); I chosen different time zone and the output as follows, GMT+13:00 GMT+00:00 But when settings some of the time zone it gives me the proper abbreviation code as output which is below, EST And also I tried the below code which gives the full description of timezone. Option 2: String mobileTimeZone = Calendar.getInstance(