summaryrefslogtreecommitdiff
path: root/man/systemd.time.7
blob: 2d99d3a5da8133ee6e900eabe6d6f296b18ea962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
'\" t
.TH "SYSTEMD\&.TIME" "7" "" "systemd 221" "systemd.time"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd.time \- Time and date specifications
.SH "DESCRIPTION"
.PP
In systemd, timestamps, time spans, and calendar events are displayed and may be specified in closely related syntaxes\&.
.SH "DISPLAYING TIME SPANS"
.PP
Time spans refer to time durations\&. On display, systemd will present time spans as a space\-separated series of time values each suffixed by a time unit\&.
.sp
.if n \{\
.RS 4
.\}
.nf
2h 30min
.fi
.if n \{\
.RE
.\}
.PP
All specified time values are meant to be added up\&. The above hence refers to 150 minutes\&.
.SH "PARSING TIME SPANS"
.PP
When parsing, systemd will accept the same time span syntax\&. Separating spaces may be omitted\&. The following time units are understood:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
usec, us
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
msec, ms
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
seconds, second, sec, s
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
minutes, minute, min, m
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
hours, hour, hr, h
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
days, day, d
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
weeks, week, w
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
months, month
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
years, year, y
.RE
.PP
If no time unit is specified, generally seconds are assumed, but some exceptions exist and are marked as such\&. In a few cases
"ns",
"nsec"
is accepted too, where the granularity of the time span allows for this\&.
.PP
Examples for valid time span specifications:
.sp
.if n \{\
.RS 4
.\}
.nf
2 h
2hours
48hr
1y 12month
55s500ms
300ms20s 5day
.fi
.if n \{\
.RE
.\}
.SH "DISPLAYING TIMESTAMPS"
.PP
Timestamps refer to specific, unique points in time\&. On display, systemd will format these in the local timezone as follows:
.sp
.if n \{\
.RS 4
.\}
.nf
Fri 2012\-11\-23 23:02:15 CET
.fi
.if n \{\
.RE
.\}
.PP
The weekday is printed according to the locale choice of the user\&.
.SH "PARSING TIMESTAMPS"
.PP
When parsing systemd will accept a similar timestamp syntax, but excluding any timezone specification (this limitation might be removed eventually)\&. The weekday specification is optional, but when the weekday is specified it must either be in the abbreviated ("Wed") or non\-abbreviated ("Wednesday") English language form (case does not matter), and is not subject to the locale choice of the user\&. Either the date, or the time part may be omitted, in which case the current date or 00:00:00, resp\&., is assumed\&. The seconds component of the time may also be omitted, in which case ":00" is assumed\&. Year numbers may be specified in full or may be abbreviated (omitting the century)\&.
.PP
A timestamp is considered invalid if a weekday is specified and the date does not actually match the specified day of the week\&.
.PP
When parsing, systemd will also accept a few special placeholders instead of timestamps:
"now"
may be used to refer to the current time (or of the invocation of the command that is currently executed)\&.
"today",
"yesterday",
"tomorrow"
refer to 00:00:00 of the current day, the day before or the next day, respectively\&.
.PP
When parsing, systemd will also accept relative time specifications\&. A time span (see above) that is prefixed with
"+"
is evaluated to the current time plus the specified time span\&. Correspondingly, a time span that is prefixed with
"\-"
is evaluated to the current time minus the specified time span\&. Instead of prefixing the time span with
"+"
or
"\-", it may also be suffixed with a space and the word
"left"
or
"ago"\&.
.PP
Finally, a timespan prefixed with
"@"
is evaluated relative to the UNIX time epoch 1st Jan, 1970, 00:00\&.
.PP
Examples for valid timestamps and their normalized form (assuming the current time was 2012\-11\-23 18:15:22):
.sp
.if n \{\
.RS 4
.\}
.nf
Fri 2012\-11\-23 11:12:13 → Fri 2012\-11\-23 11:12:13
    2012\-11\-23 11:12:13 → Fri 2012\-11\-23 11:12:13
       2012\-11\-23 → Fri 2012\-11\-23 00:00:00
         12\-11\-23 → Fri 2012\-11\-23 00:00:00
         11:12:13 → Fri 2012\-11\-23 11:12:13
      11:12 → Fri 2012\-11\-23 11:12:00
        now → Fri 2012\-11\-23 18:15:22
      today → Fri 2012\-11\-23 00:00:00
        yesterday → Fri 2012\-11\-22 00:00:00
         tomorrow → Fri 2012\-11\-24 00:00:00
         +3h30min → Fri 2012\-11\-23 21:45:22
        \-5s → Fri 2012\-11\-23 18:15:17
        11min ago → Fri 2012\-11\-23 18:04:22
      @1395716396 → Tue 2014\-03\-25 03:59:56
.fi
.if n \{\
.RE
.\}
.PP
Note that timestamps printed by systemd will not be parsed correctly by systemd, as the timezone specification is not accepted, and printing timestamps is subject to locale settings for the weekday while parsing only accepts English weekday names\&.
.PP
In some cases, systemd will display a relative timestamp (relative to the current time, or the time of invocation of the command) instead or in addition to an absolute timestamp as described above\&. A relative timestamp is formatted as follows:
.PP
2 months 5 days ago
.PP
Note that any relative timestamp will also parse correctly where a timestamp is expected\&. (see above)
.SH "CALENDAR EVENTS"
.PP
Calendar events may be used to refer to one or more points in time in a single expression\&. They form a superset of the absolute timestamps explained above:
.sp
.if n \{\
.RS 4
.\}
.nf
Thu,Fri 2012\-*\-1,5 11:12:13
.fi
.if n \{\
.RE
.\}
.PP
The above refers to 11:12:13 of the first or fifth day of any month of the year 2012, but only if that day is a Thursday or Friday\&.
.PP
The weekday specification is optional\&. If specified, it should consist of one or more English language weekday names, either in the abbreviated (Wed) or non\-abbreviated (Wednesday) form (case does not matter), separated by commas\&. Specifying two weekdays separated by
"\-"
refers to a range of continuous weekdays\&.
","
and
"\-"
may be combined freely\&.
.PP
In the date and time specifications, any component may be specified as
"*"
in which case any value will match\&. Alternatively, each component can be specified as a list of values separated by commas\&. Values may also be suffixed with
"/"
and a repetition value, which indicates that the value and all values plus multiples of the repetition value are matched\&.
.PP
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,
":00"
is assumed\&.
.PP
Timezone names may not be specified\&.
.PP
The special expressions
"minutely",
"hourly",
"daily",
"monthly",
"weekly",
"yearly",
"quarterly",
"semiannually"
may be used as calendar events which refer to
"*\-*\-*\ \&*:*:00",
"*\-*\-*\ \&*:00:00",
"*\-*\-*\ \&00:00:00",
"*\-*\-01\ \&00:00:00",
"Mon\ \&*\-*\-*\ \&00:00:00",
"*\-01\-01\ \&00:00:00",
"*\-01,04,07,10\-01 00:00:0"
and
"*\-01,07\-01 00:00:00"
respectively\&.
.PP
Examples for valid timestamps and their normalized form:
.sp
.if n \{\
.RS 4
.\}
.nf
   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\-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
       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
    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
.fi
.if n \{\
.RE
.\}
.PP
Calendar events are used by timer units, see
\fBsystemd.timer\fR(5)
for details\&.
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBjournalctl\fR(1),
\fBsystemd.timer\fR(5),
\fBsystemd.unit\fR(5),
\fBsystemd.directives\fR(7)