Merge "Use the newer ZoneInfoDB API."

This commit is contained in:
Elliott Hughes
2013-04-26 18:41:47 +00:00
committed by Gerrit Code Review

View File

@@ -235,7 +235,7 @@ public class TimeUtils {
* during the lifetime of an activity.
*/
public static String getTimeZoneDatabaseVersion() {
return ZoneInfoDB.getVersion();
return ZoneInfoDB.getInstance().getVersion();
}
/** @hide Field length that can hold 999 days of time */