diff options
author | gennyble <gen@nyble.dev> | 2024-12-18 06:33:05 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-18 06:33:05 -0600 |
commit | f977c98bed7e744d83d538becd4499467480df67 (patch) | |
tree | 2f916e1629d24c0a25c2c1651d53f2219634dc20 /readme.md | |
parent | d994eda887829c0b4e4c9f315cd9ff1320ddc4a9 (diff) | |
download | awake-f977c98bed7e744d83d538becd4499467480df67.tar.gz awake-f977c98bed7e744d83d538becd4499467480df67.zip |
Meow 2024-12-18 06:32 CST
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 |