Clarify truncated date format

This commit is contained in:
str4d
2014-11-21 00:31:54 +00:00
parent b00bef51a7
commit f3797e4c9c

View File

@@ -394,7 +394,8 @@ There must be one <i2p:release> entity in the feed, containing the followi
date (attribute): Timestamp for this entry (conforming to
<a href="http://tools.ietf.org/html/rfc4287">RFC 4287 (Atom) section 3.3</a> and
<a href="http://tools.ietf.org/html/rfc3339">RFC 3339</a>. (required)
The date also may be in truncated format yyyy-mm-dd (without the 'T').
The date also may be in truncated format yyyy-mm-dd (without the 'T'); this is the "full-date" format in RFC 3339.
In this format the time is assumed to be 00:00:00 UTC for any processing.
</li><li>
minJavaVersion (attribute): If present, the minimum version of Java required to run the current version.
</li><li>