In Android how to get TimeZone value(GMT+8.00) from milliseconds long value.
Thanks
In Android how to get TimeZone value(GMT+8.00) from milliseconds long value.
Thanks
You can look at the TimeUtils.getTimeZone method: you give it the offset, daylight savings time, the time in milliseconds and a country and it gives you back a TimeZone.