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