Re: [systemd-devel] [PATCH] journalctl: make --utc work everywhere

2014-10-08 Thread Jan Synacek
Lennart Poettering writes: > On Fri, 03.10.14 09:51, Jan Synacek (jsyna...@redhat.com) wrote: > >> The --utc option was introduced by commit >> 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1. >> Howerver, the implementation was incomplete. >> --- >> src/journal/journalctl.c | 14 +++--- >> src/

Re: [systemd-devel] [PATCH] journalctl: make --utc work everywhere

2014-10-08 Thread Lennart Poettering
On Fri, 03.10.14 09:51, Jan Synacek (jsyna...@redhat.com) wrote: > The --utc option was introduced by commit > 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1. > Howerver, the implementation was incomplete. > --- > src/journal/journalctl.c | 14 +++--- > src/shared/logs-show.c | 2 +- > src/s

Re: [systemd-devel] [PATCH] journalctl: make --utc work everywhere

2014-10-03 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 03, 2014 at 09:51:33AM +0200, Jan Synacek wrote: > The --utc option was introduced by commit > 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1. > Howerver, the implementation was incomplete. > --- > src/journal/journalctl.c | 14 +++--- > src/shared/logs-show.c | 2 +- > src/shared

[systemd-devel] [PATCH] journalctl: make --utc work everywhere

2014-10-03 Thread Jan Synacek
The --utc option was introduced by commit 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1. Howerver, the implementation was incomplete. --- src/journal/journalctl.c | 14 +++--- src/shared/logs-show.c | 2 +- src/shared/time-util.c | 19 +++ src/shared/time-util.h | 3 ++-

[systemd-devel] [PATCH] journalctl: make --utc work everywhere

2014-10-03 Thread Jan Synacek
The --utc option was introduced by commit 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1. Howerver, the implementation was incomplete. This patch makes --utc work with --verify, --list-boots. Also, first line of output of journalctl now correctly handles --utc as well. The only option I didn't patch was