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