diff options
| author | 2015-03-27 15:18:12 -0700 | |
|---|---|---|
| committer | 2015-03-27 15:18:12 -0700 | |
| commit | 5c955ee5415e9bf4562ecb5a66f73cd8c98729c2 (patch) | |
| tree | a912d969f9c13e315dda530b7a5b4386182ba167 | |
| parent | afa10ad39a7effd964d6afc83dab891e98856e1d (diff) | |
Document that Time doesn't support pseudo-zones.
Bug: 19110194
Change-Id: I653b7dc46d5f15da70435f6bddd49042f4d03b54
| -rw-r--r-- | core/java/android/text/format/Time.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/text/format/Time.java b/core/java/android/text/format/Time.java index 0c66709ee1c9..d567d90dfe70 100644 --- a/core/java/android/text/format/Time.java +++ b/core/java/android/text/format/Time.java @@ -47,6 +47,7 @@ import libcore.util.ZoneInfoDB; * before 1st Jan 1970 UTC).</li> * <li>Much of the formatting / parsing assumes ASCII text and is therefore not suitable for * use with non-ASCII scripts.</li> + * <li>No support for pseudo-zones like "GMT-07:00".</li> * </ul> * * @deprecated Use {@link java.util.GregorianCalendar} instead. |