diff options
| author | 2023-06-30 12:43:52 +0000 | |
|---|---|---|
| committer | 2023-06-30 12:43:52 +0000 | |
| commit | b9a27df8a293b51987cf0eb6a40c24f1178e8032 (patch) | |
| tree | 6e191868da7408d16bee13fa438280b2638e2432 | |
| parent | 2afd0d0482e05ed7106ea12ab99e91e77e42fac1 (diff) | |
| parent | f599b933a00fc3117172f0f4dcc9c3c5f48f2941 (diff) | |
Merge "Clarify that formatDateRange accepts a timezone id." am: aa458b25f9 am: f599b933a0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2646619
Change-Id: I280bb4cacd0e7d5d52de5caed21b2dde8a876d3b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/text/format/DateUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/format/DateUtils.java b/core/java/android/text/format/DateUtils.java index 511c9746c84c..518a5498d6ed 100644 --- a/core/java/android/text/format/DateUtils.java +++ b/core/java/android/text/format/DateUtils.java @@ -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. |