Merge "TIF: allow time also in COLUMN_RELEASE_DATE" into oc-dev

am: 7a5024e048

Change-Id: I00dfa3af1b542d6e388b2f226526abb674f82a3e
This commit is contained in:
Dongwon Kang
2017-05-09 00:08:25 +00:00
committed by android-build-merger

View File

@@ -1453,7 +1453,8 @@ public final class TvContract {
/**
* The release date of this TV program.
*
* <p>The value should be in the form of either "yyyy-MM-dd" or "yyyy".
* <p>The value should be in one of the following formats:
* "yyyy", "yyyy-MM-dd", and "yyyy-MM-ddTHH:mm:ssZ" (UTC in ISO 8601).
*
* <p>Type: TEXT
*/