shadow-maint / shadow

Upstream shadow tree
Other
292 stars 228 forks source link

lib/, src/: Use local time for human-readable dates #1058

Closed alejandro-colomar closed 1 month ago

alejandro-colomar commented 1 month ago

That is, use localtime_r(3) instead of gmtime_r(3).

Closes: https://github.com/shadow-maint/shadow/issues/1057 Reported-by: @kenion Cc: @hallyn Cc: @eggert

hallyn commented 1 month ago

Thanks guys :)

alejandro-colomar commented 1 month ago

Thank you all for reviewing! :)