On Mon, 15 Sep 2025 20:21:39 +0200, Tomas Rippl wrote: > For `-zLT` use `timegm(3)` and `localtime_r()` only, > without any manual adjustment:
Yes, this is the least error-prone method. I have committed your fix. - todd
On Mon, 15 Sep 2025 20:21:39 +0200, Tomas Rippl wrote: > For `-zLT` use `timegm(3)` and `localtime_r()` only, > without any manual adjustment:
Yes, this is the least error-prone method. I have committed your fix. - todd