OSDN Git Service

Document that Time doesn't support pseudo-zones.
authorElliott Hughes <enh@google.com>
Fri, 27 Mar 2015 22:18:12 +0000 (15:18 -0700)
committerElliott Hughes <enh@google.com>
Fri, 27 Mar 2015 22:18:12 +0000 (15:18 -0700)
Bug: 19110194
Change-Id: I653b7dc46d5f15da70435f6bddd49042f4d03b54

core/java/android/text/format/Time.java

index 0c66709..d567d90 100644 (file)
@@ -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.