diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-18 11:31:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-18 11:31:42 +0100 |
commit | aa2fb804a18b493ae34f1eda20037ad12f5da2a5 (patch) | |
tree | 25d4e7f99f7c0b2943cefa0f1b94fe1601971eef /man | |
parent | edf1e713816cd514ba2d9c3e1a7661a2d27d38c8 (diff) | |
parent | ab15dfb7b1bfc1b4f2ad85aa93e66aeb84a5116c (diff) |
Merge pull request #1912 from mustrumr/calendarspec-sub-second-v3
Calendarspec sub second v3
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.time.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml index a6fcc95e4c..ffcac82263 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -229,6 +229,10 @@ the value and all values plus multiples of the repetition value are matched.</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> + <para>Either time or date specification may be omitted, in which case the current day and 00:00:00 is implied, respectively. If the second component is not specified, <literal>:00</literal> is @@ -276,6 +280,7 @@ Wed-Sat,Tue 12-10-15 1:2:3 → Tue-Sat 2012-10-15 01:02:03 Sat,Sun 12-05 08:05:40 → Sat,Sun *-12-05 08:05:40 Sat,Sun 08:05:40 → Sat,Sun *-*-* 08:05:40 2003-03-05 05:40 → 2003-03-05 05:40:00 +05:40:23.4200004/3.1700005 → 05:40:23.420000/3.170001 2003-03-05 05:40 UTC → 2003-03-05 05:40:00 UTC 2003-03-05 → 2003-03-05 00:00:00 03-05 → *-03-05 00:00:00 |