1

In Android how to get TimeZone value(GMT+8.00) from milliseconds long value.

Thanks

testbaskar
  • 21
  • 3

1 Answers1

2

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.

Femi
  • 64,273
  • 8
  • 118
  • 148