diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-20 19:46:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-22 16:16:59 +0200 |
commit | bb321ed9a33d6c90e2529db86ffabd913805088a (patch) | |
tree | 2632cb4a9847606e890e717319cda99bc9f721ca /man/journalctl.xml | |
parent | 766cd081525575875dd1291d4de0e65bcb5e1a89 (diff) |
journalctl: add output mode where time is shown in seconds since 1st Jan 1970 UTC
aka "UNIX time".
Fixes: #2120
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 7a634879cc..c448e0771b 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -272,6 +272,16 @@ <varlistentry> <term> + <option>short-unix</option> + </term> + <listitem> + <para>is very similar, but shows seconds passed since January 1st 1970 UTC instead of wallclock + timestamps ("UNIX time"). The time is shown with microsecond accuracy.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term> <option>verbose</option> </term> <listitem> |