From 91cee9a359d4e2511deaaa542d8e94cee24268db Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 8 Jun 2020 12:26:12 -0600 Subject: [PATCH] docs: Document {time.now} placeholder --- src/docs/markdown/conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/markdown/conventions.md b/src/docs/markdown/conventions.md index fcd56d0..cf1d915 100644 --- a/src/docs/markdown/conventions.md +++ b/src/docs/markdown/conventions.md @@ -69,6 +69,7 @@ Placeholder | Description `{system.slash}` | The system's filepath separator `{system.os}` | The system's OS `{system.arch}` | The system's architecture +`{time.now}` | The current timestamp `{time.now.common_log}` | The current timestamp in Common Log Format `{time.now.year}` | The current year in YYYY format