diff options
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 648b984..d2ebc7f 100755 --- a/readme.md +++ b/readme.md @@ -89,7 +89,7 @@ a one or two sentence description of the page. remove a path component from the end of tree when displaying with the **path** pattern -**published** +**published** (default: none) use this with the `published` pattern to insert the publish date. ### patterns @@ -140,4 +140,8 @@ Acceptable formats: If no time is provided, noon is assumed. If no offset is provided, Central Time with the correct DST is assumed. +Time must be in one of the following formats: +- 24-hour time with a leading zero: `02:56` +- 12-hour time with no leading zero and an am/pm: `2:56am` + Known timezones: `CST`, `CDT` \ No newline at end of file |