K 10 svn:author V 3 gbe K 8 svn:date V 27 2022-09-24T08:03:05.092977Z K 7 svn:log V 544 ctime.3: Add a note about a possible return value of localtime(3) The localtime(3) function returns a NULL pointer, if the passed in-time translates to a year that will not fit in an integer type. It is stricly recommended to check the return value to avoid garage output. Reported by: mckusick Reviewed by: mckusick, imp, rpokala Differential Revision: https://reviews.freebsd.org/D36515 (cherry picked from commit 30cfb3c8ee3d3fc79644541207c81d20c72176ce) Git Hash: 5c12f9352189886b11720ddb8774415292cff6fd Git Author: gbe@FreeBSD.org END