From: Mike Yuan Date: Tue, 18 Jun 2024 16:37:44 +0000 (+0200) Subject: man/systemd.journal-fields: document _SOURCE_{MONOTONIC,BOOTTIME}_TIMESTAMP X-Git-Tag: v257-rc1~1105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd41dfc135b8ac21b2ca7d6eecc71845d72f2630;p=thirdparty%2Fsystemd.git man/systemd.journal-fields: document _SOURCE_{MONOTONIC,BOOTTIME}_TIMESTAMP Follow-up for a9357c2ce2d188b5b63592fd271f14d335867c23 --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 7beee9db569..bf5ac09cf67 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -272,11 +272,21 @@ _SOURCE_REALTIME_TIMESTAMP= + _SOURCE_MONOTONIC_TIMESTAMP= - The earliest trusted timestamp of the message, if any - is known that is different from the reception time of the - journal. This is the time in microseconds since the epoch - UTC, formatted as a decimal string. + The earliest trusted timestamp of the message, if any is known that is different from + the reception time of the journal. These are the CLOCK_REALTIME and + CLOCK_MONOTONIC clocks in microseconds, formatted as decimal strings. + + + + + _SOURCE_BOOTTIME_TIMESTAMP= + + The earliest trusted timestamp of the message in CLOCK_BOOTTIME clock. + For details, refer to _SOURCE_MONOTONIC_TIMESTAMP=. + +