From a92b35a59106e78b00be317d614b277919c33256 Mon Sep 17 00:00:00 2001 From: Alix von Schirp <15247003+B00tLoad@users.noreply.github.com> Date: Tue, 24 Jan 2023 04:16:28 +0100 Subject: [PATCH] Updated Filename Templating (markdown) --- Filename-Templating.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Filename-Templating.md b/Filename-Templating.md index 7923b8c..e138916 100644 --- a/Filename-Templating.md +++ b/Filename-Templating.md @@ -23,4 +23,5 @@ | %ss | Seconds, zero padded | 00 - 59 | | %s | Seconds | 0 - 59 | | %o | Offset from UTC (ISO 8601) | +01:00 | -| %% | A % sign | % | \ No newline at end of file +| %% | A % sign | % | +| %$1d | Offsets the date by -1 day | | \ No newline at end of file