From 0b6f21174b3af15c592f41599a14c7f575d44400 Mon Sep 17 00:00:00 2001 From: Sven Rebhan Date: Mon, 1 Jul 2024 21:28:12 +0200 Subject: [PATCH] Add example for now-function --- plugins/outputs/remotefile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/outputs/remotefile/README.md b/plugins/outputs/remotefile/README.md index 48370df78766c..bfa342d3533a4 100644 --- a/plugins/outputs/remotefile/README.md +++ b/plugins/outputs/remotefile/README.md @@ -75,4 +75,4 @@ to use them. The following functions can be used in the templates: -- `now`: returns the current time +- `now`: returns the current time (example: `{{now.Format "2006-01-02"}}`)