]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/date/date.1
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / bin / date / date.1
1 .\"-
2 .\" Copyright (c) 1980, 1990, 1993
3 .\"     The Regents of the University of California.  All rights reserved.
4 .\"
5 .\" This code is derived from software contributed to Berkeley by
6 .\" the Institute of Electrical and Electronics Engineers, Inc.
7 .\"
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
10 .\" are met:
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\"    notice, this list of conditions and the following disclaimer in the
15 .\"    documentation and/or other materials provided with the distribution.
16 .\" 3. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)date.1      8.3 (Berkeley) 4/28/95
33 .\" $FreeBSD$
34 .\"
35 .Dd April 23, 2019
36 .Dt DATE 1
37 .Os
38 .Sh NAME
39 .Nm date
40 .Nd display or set date and time
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl jnRu
44 .Op Fl r Ar seconds | Ar filename
45 .Oo
46 .Fl v
47 .Sm off
48 .Op Cm + | -
49 .Ar val Op Ar ymwdHMS
50 .Sm on
51 .Oc
52 .Ar ...
53 .Op Cm + Ns Ar output_fmt
54 .Nm
55 .Op Fl ju
56 .Sm off
57 .Op Oo Oo Oo Oo Ar cc Oc Ar yy Oc Ar mm Oc Ar dd Oc Ar HH
58 .Ar MM Op Ar .ss
59 .Sm on
60 .Nm
61 .Op Fl jRu
62 .Fl f Ar input_fmt new_date
63 .Op Cm + Ns Ar output_fmt
64 .Nm
65 .Op Fl jnu
66 .Op Fl I Ns Op Ar FMT
67 .Op Fl f Ar input_fmt
68 .Op Fl r Ar ...
69 .Op Fl v Ar ...
70 .Op Ar new_date
71 .Sh DESCRIPTION
72 When invoked without arguments, the
73 .Nm
74 utility displays the current date and time.
75 Otherwise, depending on the options specified,
76 .Nm
77 will set the date and time or print it in a user-defined way.
78 .Pp
79 The
80 .Nm
81 utility displays the date and time read from the kernel clock.
82 When used to set the date and time,
83 both the kernel clock and the hardware clock are updated.
84 .Pp
85 Only the superuser may set the date,
86 and if the system securelevel (see
87 .Xr securelevel 7 )
88 is greater than 1,
89 the time may not be changed by more than 1 second.
90 .Pp
91 The options are as follows:
92 .Bl -tag -width Ds
93 .It Fl f
94 Use
95 .Ar input_fmt
96 as the format string to parse the
97 .Ar new_date
98 provided rather than using the default
99 .Sm off
100 .Oo Oo Oo Oo Oo
101 .Ar cc Oc
102 .Ar yy Oc
103 .Ar mm Oc
104 .Ar dd Oc
105 .Ar HH
106 .Oc Ar MM Op Ar .ss
107 .Sm on
108 format.
109 Parsing is done using
110 .Xr strptime 3 .
111 .It Fl I Ns Op Ar FMT
112 Use
113 .St -iso8601
114 output format.
115 .Ar FMT
116 may be omitted, in which case the default is
117 .Sq date .
118 Valid
119 .Ar FMT
120 values are
121 .Sq date ,
122 .Sq hours ,
123 .Sq minutes ,
124 and
125 .Sq seconds .
126 The date and time is formatted to the specified precision.
127 When
128 .Ar FMT
129 is
130 .Sq hours
131 (or the more precise
132 .Sq minutes
133 or
134 .Sq seconds ) ,
135 the
136 .St -iso8601
137 format includes the timezone.
138 .It Fl j
139 Do not try to set the date.
140 This allows you to use the
141 .Fl f
142 flag in addition to the
143 .Cm +
144 option to convert one date format to another.
145 .It Fl n
146 Obsolete flag, accepted and ignored for compatibility.
147 .It Fl R
148 Use RFC 2822 date and time output format.
149 This is equivalent to using
150 .Dq Li %a, %d %b %Y \&%T %z
151 as
152 .Ar output_fmt
153 while
154 .Ev LC_TIME
155 is set to the
156 .Dq C
157 locale .
158 .It Fl r Ar seconds
159 Print the date and time represented by
160 .Ar seconds ,
161 where
162 .Ar seconds
163 is the number of seconds since the Epoch
164 (00:00:00 UTC, January 1, 1970;
165 see
166 .Xr time 3 ) ,
167 and can be specified in decimal, octal, or hex.
168 .It Fl r Ar filename
169 Print the date and time of the last modification of
170 .Ar filename .
171 .It Fl u
172 Display or set the date in
173 .Tn UTC
174 (Coordinated Universal) time.
175 .It Fl v
176 Adjust (i.e., take the current date and display the result of the
177 adjustment; not actually set the date) the second, minute, hour, month
178 day, week day, month or year according to
179 .Ar val .
180 If
181 .Ar val
182 is preceded with a plus or minus sign,
183 the date is adjusted forwards or backwards according to the remaining string,
184 otherwise the relevant part of the date is set.
185 The date can be adjusted as many times as required using these flags.
186 Flags are processed in the order given.
187 .Pp
188 When setting values
189 (rather than adjusting them),
190 seconds are in the range 0-59, minutes are in the range 0-59, hours are
191 in the range 0-23, month days are in the range 1-31, week days are in the
192 range 0-6 (Sun-Sat),
193 months are in the range 1-12 (Jan-Dec)
194 and years are in the range 80-38 or 1980-2038.
195 .Pp
196 If
197 .Ar val
198 is numeric, one of either
199 .Ar y ,
200 .Ar m ,
201 .Ar w ,
202 .Ar d ,
203 .Ar H ,
204 .Ar M
205 or
206 .Ar S
207 must be used to specify which part of the date is to be adjusted.
208 .Pp
209 The week day or month may be specified using a name rather than a
210 number.
211 If a name is used with the plus
212 (or minus)
213 sign, the date will be put forwards
214 (or backwards)
215 to the next
216 (previous)
217 date that matches the given week day or month.
218 This will not adjust the date,
219 if the given week day or month is the same as the current one.
220 .Pp
221 When a date is adjusted to a specific value or in units greater than hours,
222 daylight savings time considerations are ignored.
223 Adjustments in units of hours or less honor daylight saving time.
224 So, assuming the current date is March 26, 0:30 and that the DST adjustment
225 means that the clock goes forward at 01:00 to 02:00, using
226 .Fl v No +1H
227 will adjust the date to March 26, 2:30.
228 Likewise, if the date is October 29, 0:30 and the DST adjustment means that
229 the clock goes back at 02:00 to 01:00, using
230 .Fl v No +3H
231 will be necessary to reach October 29, 2:30.
232 .Pp
233 When the date is adjusted to a specific value that does not actually exist
234 (for example March 26, 1:30 BST 2000 in the Europe/London timezone),
235 the date will be silently adjusted forwards in units of one hour until it
236 reaches a valid time.
237 When the date is adjusted to a specific value that occurs twice
238 (for example October 29, 1:30 2000),
239 the resulting timezone will be set so that the date matches the earlier of
240 the two times.
241 .Pp
242 It is not possible to adjust a date to an invalid absolute day, so using
243 the switches
244 .Fl v No 31d Fl v No 12m
245 will simply fail five months of the year.
246 It is therefore usual to set the month before setting the day; using
247 .Fl v No 12m Fl v No 31d
248 always works.
249 .Pp
250 Adjusting the date by months is inherently ambiguous because
251 a month is a unit of variable length depending on the current date.
252 This kind of date adjustment is applied in the most intuitive way.
253 First of all,
254 .Nm
255 tries to preserve the day of the month.
256 If it is impossible because the target month is shorter than the present one,
257 the last day of the target month will be the result.
258 For example, using
259 .Fl v No +1m
260 on May 31 will adjust the date to June 30, while using the same option
261 on January 30 will result in the date adjusted to the last day of February.
262 This approach is also believed to make the most sense for shell scripting.
263 Nevertheless, be aware that going forth and back by the same number of
264 months may take you to a different date.
265 .Pp
266 Refer to the examples below for further details.
267 .El
268 .Pp
269 An operand with a leading plus
270 .Pq Sq +
271 sign signals a user-defined format string
272 which specifies the format in which to display the date and time.
273 The format string may contain any of the conversion specifications
274 described in the
275 .Xr strftime 3
276 manual page, as well as any arbitrary text.
277 A newline
278 .Pq Ql \en
279 character is always output after the characters specified by
280 the format string.
281 The format string for the default display is
282 .Dq +%+ .
283 .Pp
284 If an operand does not have a leading plus sign, it is interpreted as
285 a value for setting the system's notion of the current date and time.
286 The canonical representation for setting the date and time is:
287 .Pp
288 .Bl -tag -width Ds -compact -offset indent
289 .It Ar cc
290 Century
291 (either 19 or 20)
292 prepended to the abbreviated year.
293 .It Ar yy
294 Year in abbreviated form
295 (e.g., 89 for 1989, 06 for 2006).
296 .It Ar mm
297 Numeric month, a number from 1 to 12.
298 .It Ar dd
299 Day, a number from 1 to 31.
300 .It Ar HH
301 Hour, a number from 0 to 23.
302 .It Ar MM
303 Minutes, a number from 0 to 59.
304 .It Ar ss
305 Seconds, a number from 0 to 60
306 (59 plus a potential leap second).
307 .El
308 .Pp
309 Everything but the minutes is optional.
310 .Pp
311 Time changes for Daylight Saving Time, standard time, leap seconds,
312 and leap years are handled automatically.
313 .Sh ENVIRONMENT
314 The following environment variables affect the execution of
315 .Nm :
316 .Bl -tag -width Ds
317 .It Ev TZ
318 The timezone to use when displaying dates.
319 The normal format is a pathname relative to
320 .Pa /usr/share/zoneinfo .
321 For example, the command
322 .Dq TZ=America/Los_Angeles date
323 displays the current time in California.
324 See
325 .Xr environ 7
326 for more information.
327 .El
328 .Sh FILES
329 .Bl -tag -width /var/log/messages -compact
330 .It Pa /var/log/utx.log
331 record of date resets and time changes
332 .It Pa /var/log/messages
333 record of the user setting the time
334 .El
335 .Sh EXIT STATUS
336 The
337 .Nm
338 utility exits 0 on success, 1 if unable to set the date, and 2
339 if able to set the local date, but unable to set it globally.
340 .Sh EXAMPLES
341 The command:
342 .Pp
343 .Dl "date ""+DATE: %Y-%m-%d%nTIME: %H:%M:%S"""
344 .Pp
345 will display:
346 .Bd -literal -offset indent
347 DATE: 1987-11-21
348 TIME: 13:36:16
349 .Ed
350 .Pp
351 In the Europe/London timezone, the command:
352 .Pp
353 .Dl "date -v1m -v+1y"
354 .Pp
355 will display:
356 .Pp
357 .Dl "Sun Jan  4 04:15:24 GMT 1998"
358 .Pp
359 where it is currently
360 .Li "Mon Aug  4 04:15:24 BST 1997" .
361 .Pp
362 The command:
363 .Pp
364 .Dl "date -v1d -v3m -v0y -v-1d"
365 .Pp
366 will display the last day of February in the year 2000:
367 .Pp
368 .Dl "Tue Feb 29 03:18:00 GMT 2000"
369 .Pp
370 So will the command:
371 .Pp
372 .Dl "date -v3m -v30d -v0y -v-1m"
373 .Pp
374 because there is no such date as the 30th of February.
375 .Pp
376 The command:
377 .Pp
378 .Dl "date -v1d -v+1m -v-1d -v-fri"
379 .Pp
380 will display the last Friday of the month:
381 .Pp
382 .Dl "Fri Aug 29 04:31:11 BST 1997"
383 .Pp
384 where it is currently
385 .Li "Mon Aug  4 04:31:11 BST 1997" .
386 .Pp
387 The command:
388 .Pp
389 .Dl "date 8506131627"
390 .Pp
391 sets the date to
392 .Dq Li "June 13, 1985, 4:27 PM" .
393 .Pp
394 .Dl "date ""+%Y%m%d%H%M.%S"""
395 .Pp
396 may be used on one machine to print out the date
397 suitable for setting on another.
398 .Qq ( Li "+%m%d%H%M%Y.%S"
399 for use on
400 .Tn Linux . )
401 .Pp
402 The command:
403 .Pp
404 .Dl "date 1432"
405 .Pp
406 sets the time to
407 .Li "2:32 PM" ,
408 without modifying the date.
409 .Pp
410 The command
411 .Pp
412 .Dl "TZ=America/Los_Angeles date -Iseconds -r 1533415339"
413 .Pp
414 will display
415 .Pp
416 .Dl "2018-08-04T13:42:19-07:00"
417 .Pp
418 Finally the command:
419 .Pp
420 .Dl "date -j -f ""%a %b %d %T %Z %Y"" ""`date`"" ""+%s"""
421 .Pp
422 can be used to parse the output from
423 .Nm
424 and express it in Epoch time.
425 .Sh DIAGNOSTICS
426 It is invalid to combine the
427 .Fl I
428 flag with either
429 .Fl R
430 or an output format
431 .Dq ( + Ns ... )
432 operand.
433 If this occurs,
434 .Nm
435 prints:
436 .Ql multiple output formats specified
437 and exits with an error status.
438 .Sh SEE ALSO
439 .Xr locale 1 ,
440 .Xr gettimeofday 2 ,
441 .Xr getutxent 3 ,
442 .Xr strftime 3 ,
443 .Xr strptime 3
444 .Rs
445 .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
446 .%A R. Gusella
447 .%A S. Zatti
448 .Re
449 .Sh STANDARDS
450 The
451 .Nm
452 utility is expected to be compatible with
453 .St -p1003.2 .
454 The
455 .Fl d , f , I , j , r , t ,
456 and
457 .Fl v
458 options are all extensions to the standard.
459 .Pp
460 The format selected by the
461 .Fl I
462 flag is compatible with
463 .St -iso8601 .
464 .Sh HISTORY
465 A
466 .Nm
467 command appeared in
468 .At v1 .
469 .Pp
470 The
471 .Fl I
472 flag was added in
473 .Fx 12.0 .