Timezone.getavailableids In Android And Java
I am TimeZone.getAvailableIDs for List of TimeZone in android.It is behaving differently in android as compared to Java. String[] tzone = TimeZone.getAvailableIDs(-3 * 3600 * 1
Solution 1:
That's expected according to Android Documentation:
Android does not support the deprecated three-letter time zone IDs used in Java 1.1.
Post a Comment for "Timezone.getavailableids In Android And Java"