[PATCH v5 1/1] syslogd: Add a configurable option to log timestamps in UTC.
Grant Erickson
gerickson at nuovations.com
Sun Aug 3 22:00:53 UTC 2025
Denys:
Any thoughts on this patch?
Best,
Grant
--
Principal
Nuovations
gerickson at nuovations.com
https://www.nuovations.com/
On Apr 4, 2025, at 9:47 AM, Grant Erickson <gerickson at nuovations.com> wrote:
>
>
> This adds a configurable option 'FEATURE_SYSLOGD_UTC' enabling a
> command line option ('-u') that directs syslogd to log timestamps in
> Coordinated Universal Time (UTC) rather than in local time.
>
> Signed-off-by: Grant Erickson <gerickson at nuovations.com>
> ---
> sysklogd/syslogd.c | 61 +++++++++++++++++++++++++++++++++++++++++++---
> 1 file changed, 58 insertions(+), 3 deletions(-)
>
> diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
> index 7558051f0e7f..2856c75a6bda 100644
> --- a/sysklogd/syslogd.c
> +++ b/sysklogd/syslogd.c
> @@ -35,6 +35,15 @@
>
> [ … ]
>
> --
> 2.45.0
More information about the busybox
mailing list