 |
How to get the timezone offset in GMT(Like GMT+7:00) from android device? - Stack Overflow
I am getting the timezone of a android device using this code TimeZone tz = TimeZone.getDefault(); String current_Time_Zone = (TimeZone.getTimeZone(tz.getID ... @NaveenKumar If you know the IST, and GMT is always +05:30 hours. Then you always know the ...
stackoverflow.com |
 |