Add optional time zone when specifying page.date.

This commit is contained in:
Damian Lettie 2013-07-14 18:17:09 +10:00
parent d815c12571
commit 7521414d11
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>