diff options
| author | Scott Main <smain@google.com> | 2013-12-18 00:53:57 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-18 00:53:57 +0000 |
| commit | 418312f44c3a69307526554b11e88679db529e3f (patch) | |
| tree | 51c189ef4b6ebb06904958f2d5b485b5d367885c /core/java | |
| parent | 1732f2639b036522410037d5264a978235f7139a (diff) | |
| parent | 991ba3b7f2d7164fab956b54c711d5ea523b2ba5 (diff) | |
am 991ba3b7: am 74e9e698: am 7d1f8e65: am efe10233: am 5dcb75e6: Merge "fix typos bug: 11693951 bug: 12118617" into klp-docs
* commit '991ba3b7f2d7164fab956b54c711d5ea523b2ba5':
fix typos bug: 11693951 bug: 12118617
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/text/format/Time.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/format/Time.java b/core/java/android/text/format/Time.java index 5ef86b1a5456..f34e746adf6f 100644 --- a/core/java/android/text/format/Time.java +++ b/core/java/android/text/format/Time.java @@ -512,7 +512,7 @@ public class Time { * <pre> * Time time = new Time(); * time.set(4, 10, 2007); // set the date to Nov 4, 2007, 12am - * time.normalize(); // this sets isDst = 1 + * time.normalize(false); // this sets isDst = 1 * time.monthDay += 1; // changes the date to Nov 5, 2007, 12am * millis = time.toMillis(false); // millis is Nov 4, 2007, 11pm * millis = time.toMillis(true); // millis is Nov 5, 2007, 12am |
