diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svdt.html | 7 | ||||
-rw-r--r-- | doc/s6-tai64nlocal.html | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/s6-svdt.html b/doc/s6-svdt.html index bb78061..a908d8c 100644 --- a/doc/s6-svdt.html +++ b/doc/s6-svdt.html @@ -66,5 +66,12 @@ the latest <em>maxlines</em> deaths. </li> <li> 111: system call failed </li> </ul> +<h2> Notes </h2> + +<ul> + <li> To obtain human-readable local time or GMT time instead of TAI64N timestamps, +simply pipe s6-svdt's output into <a href="s6-tai64nlocal.html">s6-tai64nlocal</a>. </li> +</ul> + </body> </html> diff --git a/doc/s6-tai64nlocal.html b/doc/s6-tai64nlocal.html index 0c7e597..2df3f86 100644 --- a/doc/s6-tai64nlocal.html +++ b/doc/s6-tai64nlocal.html @@ -29,7 +29,7 @@ time. <h2> Interface </h2> <pre> - s6-tai64nlocal + s6-tai64nlocal [ -g ] </pre> <ul> @@ -38,6 +38,12 @@ unfinished line, s6-tai64n processes it and writes it before exiting. </li> </ul> +<h2> Options </h2> + +<ul> + <li> <tt>-g</tt> : print GMT time instead of local time. </li> +</ul> + <h2> Notes </h2> <ul> |