mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 18:53:33 +08:00
man: mention UTC support for calendar events
This commit is contained in:
parent
9d5bd70d9e
commit
2e50eb552a
@ -234,7 +234,8 @@
|
||||
second component is not specified, <literal>:00</literal> is
|
||||
assumed.</para>
|
||||
|
||||
<para>Timezone names may not be specified.</para>
|
||||
<para>A timezone specification is not expected, unless it is given
|
||||
as the literal string "UTC", similarly to timestamps.</para>
|
||||
|
||||
<para>The special expressions
|
||||
<literal>minutely</literal>,
|
||||
@ -250,7 +251,7 @@
|
||||
<literal>*-*-01 00:00:00</literal>,
|
||||
<literal>Mon *-*-* 00:00:00</literal>,
|
||||
<literal>*-01-01 00:00:00</literal>,
|
||||
<literal>*-01,04,07,10-01 00:00:0</literal> and
|
||||
<literal>*-01,04,07,10-01 00:00:00</literal> and
|
||||
<literal>*-01,07-01 00:00:00</literal> respectively.
|
||||
</para>
|
||||
|
||||
@ -259,31 +260,33 @@
|
||||
|
||||
<programlisting> Sat,Thu,Mon-Wed,Sat-Sun → Mon-Thu,Sat,Sun *-*-* 00:00:00
|
||||
Mon,Sun 12-*-* 2,1:23 → Mon,Sun 2012-*-* 01,02:23:00
|
||||
Wed *-1 → Wed *-*-01 00:00:00
|
||||
Wed-Wed,Wed *-1 → Wed *-*-01 00:00:00
|
||||
Wed, 17:48 → Wed *-*-* 17:48:00
|
||||
Wed *-1 → Wed *-*-01 00:00:00
|
||||
Wed-Wed,Wed *-1 → Wed *-*-01 00:00:00
|
||||
Wed, 17:48 → Wed *-*-* 17:48:00
|
||||
Wed-Sat,Tue 12-10-15 1:2:3 → Tue-Sat 2012-10-15 01:02:03
|
||||
*-*-7 0:0:0 → *-*-07 00:00:00
|
||||
10-15 → *-10-15 00:00:00
|
||||
*-*-7 0:0:0 → *-*-07 00:00:00
|
||||
10-15 → *-10-15 00:00:00
|
||||
monday *-12-* 17:00 → Mon *-12-* 17:00:00
|
||||
Mon,Fri *-*-3,1,2 *:30:45 → Mon,Fri *-*-01,02,03 *:30:45
|
||||
12,14,13,12:20,10,30 → *-*-* 12,13,14:10,20,30:00
|
||||
mon,fri *-1/2-1,3 *:30:45 → Mon,Fri *-01/2-01,03 *:30:45
|
||||
03-05 08:05:40 → *-03-05 08:05:40
|
||||
08:05:40 → *-*-* 08:05:40
|
||||
05:40 → *-*-* 05:40:00
|
||||
03-05 08:05:40 → *-03-05 08:05:40
|
||||
08:05:40 → *-*-* 08:05:40
|
||||
05:40 → *-*-* 05:40:00
|
||||
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
|
||||
2003-03-05 → 2003-03-05 00:00:00
|
||||
03-05 → *-03-05 00:00:00
|
||||
hourly → *-*-* *:00:00
|
||||
daily → *-*-* 00:00:00
|
||||
monthly → *-*-01 00:00:00
|
||||
weekly → Mon *-*-* 00:00:00
|
||||
yearly → *-01-01 00:00:00
|
||||
annually → *-01-01 00:00:00
|
||||
*:2/3 → *-*-* *:02/3:00</programlisting>
|
||||
Sat,Sun 08:05:40 → Sat,Sun *-*-* 08:05:40
|
||||
2003-03-05 05:40 → 2003-03-05 05:40:00
|
||||
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
|
||||
hourly → *-*-* *:00:00
|
||||
daily → *-*-* 00:00:00
|
||||
daily UTC → *-*-* 00:00:00 UTC
|
||||
monthly → *-*-01 00:00:00
|
||||
weekly → Mon *-*-* 00:00:00
|
||||
yearly → *-01-01 00:00:00
|
||||
annually → *-01-01 00:00:00
|
||||
*:2/3 → *-*-* *:02/3:00</programlisting>
|
||||
|
||||
<para>Calendar events are used by timer units, see
|
||||
<citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
||||
|
Loading…
Reference in New Issue
Block a user