Hi,
I am trying to get phone's correct timezone.

I tried
String newTzID = Calendar.getInstance().getTimeZone().getID();

This is returning "America/Atikokan". But my phone's timezone is EST.
Both of these have an offset of GMT -5 hours. But I actually need to
differentiate between EST and "America/Atikokan", since "America/
Atikokan" doesn't have day light savings time.

Is there a way to get the correct id?

Aravind

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to