diff options
| author | 2023-06-30 11:26:20 +0000 | |
|---|---|---|
| committer | 2023-06-30 11:26:20 +0000 | |
| commit | aa458b25f9da4cb5df6dc1b955f997b1df7859f7 (patch) | |
| tree | df001096ebbece8755878a2ec011b31e34b2e412 | |
| parent | fefb5fa8669e370d546f59bfe4f4ffa5a8ea3b98 (diff) | |
| parent | 88b969524b3867622a9598fd59570fcae4b6db07 (diff) | |
Merge "Clarify that formatDateRange accepts a timezone id."
| -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. |