1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 iso8601 <command> [options]
10
12 Display and parse ISO 8601 dates and times
13
15 Help Options:
16 -h, --help
17 Show help options
18
19 --help-all
20 Show all help options
21
22 --help-commands
23 Show command options
24
25 --help-modifiers
26 Show output modifiers
27
28 Commands:
29 -n, --now
30 Display the current date/time
31
32 -d, --date=DATE
33 Parse an ISO 8601 date/time (for example, '2019-09-24 00:30:00
34 +01:00' or '2019-040')
35
36 -p, --period=PERIOD
37 Parse an ISO 8601 period (interval) with start time (for exam‐
38 ple, '2005-040/2005-043')
39
40 -D, --duration=DURATION
41 Parse an ISO 8601 duration (for example, 'P1M')
42
43 -E, --expected=TEXT
44 Exit with error status if result does not match this text. Re‐
45 quires: -n or -d
46
47 Output modifiers:
48 -s, --seconds
49 Show result as a seconds since 0000-001 00:00:00Z
50
51 -S, --epoch
52 Show result as a seconds since EPOCH (1970-001 00:00:00Z)
53
54 -L, --local
55 Show result as a 'local' date/time
56
57 -O, --ordinal
58 Show result as an 'ordinal' date/time
59
60 -W, --week
61 Show result as an 'calendar week' date/time
62
63 Application Options:
64 -$, --version
65 Display software version and exit
66
67 -V, --verbose
68 Increase debug output (may be specified multiple times)
69
70 For more information on the ISO 8601 standard, see
71 https://en.wikipedia.org/wiki/ISO_8601
72
74 Written by Andrew Beekhof and the Pacemaker project contributors
75
76
77
78Pacemaker 2.1.5-3.fc37 December 2022 PACEMAKER(8)