summaryrefslogtreecommitdiff
path: root/doc/s6-clock.html
blob: e8e9b43ed151b8ee31c2af95020138e4136f936f (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
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Language" content="en" />
    <title>s6-portable-utils: the s6-clock program</title>
    <meta name="Description" content="s6-portable-utils: the s6-clock program" />
    <meta name="Keywords" content="s6-portable-utils command s6-clock clock" />
    <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
  </head>
<body>

<p>
<a href="index.html">s6-portable-utils</a><br />
<a href="//skarnet.org/software/">Software</a><br />
<a href="//skarnet.org/">skarnet.org</a>
</p>

<h1> The <tt>s6-clock</tt> program </h1>

<p>
 s6-clock gets or sets the system clock.
</p>

<h2> Interface </h2>

<pre>
     s6-clock [ <em>label</em> ]
</pre>

<p>
 When called without an argument, s6-clock writes the current system
time, as a
<a href="//skarnet.org/software/skalibs/libstddjb/tai.html#timestamp">TAI64N
timestamp</a>, to stdout.
</p>

<p>
 When given an argument <em>label</em>, which must be a
<a href="//skarnet.org/software/skalibs/libstddjb/tai.html#timestamp">TAI64N
timestamp</a>, s6-clock sets the system time to this value.
</p>

<h2> Notes </h2>

<ul>
 <li> s6-clock only prints or accepts TAI time, no matter what the system clock is set
to (TAI-10 or UTC); it will automatically make the right conversions for your
system clock. Make sure your
<a href="//skarnet.org/software/skalibs/">skalibs</a> has been built with
the right settings. </li>
</ul>

</body>
</html>