summaryrefslogtreecommitdiff
path: root/man/systemd.time.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-11-23 22:31:01 +0100
committerGitHub <noreply@github.com>2016-11-23 22:31:01 +0100
commit99245111ac4b2b4275c8caeb03c14f7870afbb85 (patch)
tree243d807f6888067903eb88924d43e44da0f1d9b6 /man/systemd.time.xml
parent331d6a201b82a03c5343bb9c25280f0cd8b7d9fb (diff)
parent8ea803516e4a4265a77d026f740c272cd60107a4 (diff)
Merge pull request #4703 from dobyrch/calendar-offset
calendarspec: add support for scheduling timers at the end of the month
Diffstat (limited to 'man/systemd.time.xml')
-rw-r--r--man/systemd.time.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml
index 47229b4a4e..fb13ea52ff 100644
--- a/man/systemd.time.xml
+++ b/man/systemd.time.xml
@@ -223,6 +223,11 @@
are matched. Each component may also contain a range of values
separated by <literal>..</literal>.</para>
+ <para>A date specification may use <literal>~</literal> to indicate the
+ last day(s) in a month. For example, <literal>*-02~03</literal> means
+ "the third last day in February," and <literal>Mon *-05~07/1</literal>
+ means "the last Monday in May."</para>
+
<para>The seconds component may contain decimal fractions both in
the value and the repetition. All fractions are rounded to 6
decimal places.</para>