[sudo-commits] sudo changeset 13506:aee6e29ba9d6

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 17 15:39:02 MDT 2021


changeset:	13506:aee6e29ba9d6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/aee6e29ba9d6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Sep 17 14:01:29 2021 -0600

Log Message:
	Use localtime_r() not gmtime_r() when formatting the local time.
	This is consistent with how sudo formatted time stamps prior to
	the logging code being split off into libeventlog.
	We only need to use gmtime_r() for ISO 8601 time.

diffstat:

 lib/eventlog/eventlog.c |  18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list