On 10/11/21 4:12 AM, Alejandro Colomar wrote:
+If the initial value of +.I tm_isdst +is inconsistent with the one set by +.BR mktime (), +.I tm_hour +(and possibly other fields) +will be modified to normalize the time to the correct DST.
I don't see why this change is necessary. mktime normalizes all its input fields: there's nothing special about tm_isdst and tm_hour.
If normalization isn't explained clearly enough elsewhere in the man page, that explanation should be fixed; there shouldn't be special-case wording that implies that this is the only special case.