Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 305615e5 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 032d8e38: am 0bb497b8: Merge "Use the newer ZoneInfoDB API."

* commit '032d8e38':
  Use the newer ZoneInfoDB API.
parents 5ae02e92 032d8e38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */