Module Name: src Committed By: jschauma Date: Sun Oct 23 15:43:40 UTC 2022
Modified Files: src/include: time.h src/share/man/man3: tm.3 Log Message: correct tm_sec range to be [0-60] The previous range introduced in time.h rev1.14 was supposed to account for a mystical "double leap second", which ultimately never could exist and was a mistaken interpretation from an early ISO C standard whereby the possibility of two leap seconds within a year was erroneously interpreted to mean that two leap seconds could occur at once. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/include/time.h cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/tm.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.