Merge pull request #1304 from DamianLettie/PostTimeZoneDocs

Add optional time zone when specifying page.date.
This commit is contained in:
Matt Rogers 2013-07-14 07:31:15 -07:00
commit 0751052a14
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ following is a reference of the available data.
The Date assigned to the Post. This can be overridden in a Posts front
matter by specifying a new date/time in the format
<code>YYYY-MM-DD HH:MM:SS</code>
<code>YYYY-MM-DD HH:MM:SS</code> (assuming UTC), or
<code>YYYY-MM-DD HH:MM:SS +/-TTTT</code> (to specify a time zone using
an offset from UTC. e.g. <code>2008-12-14 10:30:00 +0900</code>).
</p></td>
</tr>