to dear all Android developers,

I need to know the UTC bias of my phone to correct the UTC time
information I got from a site. I have read earlier posts and already
found the solution to get TimeZone information from the
"System.currentTimeMillis();" method. However, I need to translate the
TimeZone (as like, "Asia/Taipei") to the UTC bias that it has to be
(as like, "UTC+8" or other formats).

Does anyone know the actual API solution? I have surveyed
android.util.TimeUtils and found nothing to do this.

The worst solution may I have is to build a "TimeZone/UTC" database
table to translate this...

Best regards,
Nicholas
--~--~---------~--~----~------------~-------~--~----~
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