about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-18 06:33:05 -0600
committergennyble <gen@nyble.dev>2024-12-18 06:33:05 -0600
commitf977c98bed7e744d83d538becd4499467480df67 (patch)
tree2f916e1629d24c0a25c2c1651d53f2219634dc20 /readme.md
parentd994eda887829c0b4e4c9f315cd9ff1320ddc4a9 (diff)
downloadawake-f977c98bed7e744d83d538becd4499467480df67.tar.gz
awake-f977c98bed7e744d83d538becd4499467480df67.zip
Meow 2024-12-18 06:32 CST
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md6
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