[postprocessor:mtime] add 'value' option (#2739)

This commit is contained in:
bradenhilton
2022-07-08 19:56:01 +01:00
committed by GitHub
parent 90ae48c40c
commit 117eeefda0
3 changed files with 32 additions and 8 deletions

View File

@@ -3464,6 +3464,24 @@ Description
This value must either be a UNIX timestamp or a
|datetime|_ object.
Note: This option gets ignored if `mtime.value`_ is set.
mtime.value
-----------
Type
``string``
Default
``null``
Example
* ``"{status[date]}"``
* ``"{content[0:6]:R22/2022/D%Y%m%d/}"``
Description
A `format string`_ whose value should be used.
The resulting value must either be a UNIX timestamp or a
|datetime|_ object.
ugoira.extension
----------------