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

Commit 512bdf1c authored by Lorenz Nickel's avatar Lorenz Nickel Committed by Automerger Merge Worker
Browse files

Merge "Clarify that formatDateRange accepts a timezone id." am: aa458b25 am:...

Merge "Clarify that formatDateRange accepts a timezone id." am: aa458b25 am: f599b933 am: b9a27df8 am: 21410090 am: 47a8ef38

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2646619



Change-Id: I4b807488768e99b87e4fa6ac3f9bb5201543ce6f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7ab2e04e 47a8ef38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -743,7 +743,7 @@ public class DateUtils
     * @param startMillis the start time in UTC milliseconds
     * @param endMillis the end time in UTC milliseconds
     * @param flags a bit mask of options
     * @param timeZone the time zone to compute the string in. Use null for local
     * @param timeZone the id of the time zone to compute the string in. Use null for local
     * or if the FORMAT_UTC flag is being used.
     *
     * @return the formatter with the formatted date/time range appended to the string buffer.