freebsd-dev/contrib/tzcode/stdtime
Gordon Bergling 30cfb3c8ee 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
MFC after:		1 week
Differential Revision:	https://reviews.freebsd.org/D36515
2022-09-16 20:38:58 +02:00
..
asctime.c
ctime.3 ctime.3: Add a note about a possible return value of localtime(3) 2022-09-16 20:38:58 +02:00
difftime.c Merge: 2015-10-08 11:42:15 +00:00
localtime.c tzcode: fix tz change detection logic 2021-12-21 12:01:24 -06:00
private.h Remove duplicated lines in contrib/tzcode/stdtime/private.h 2021-05-31 16:03:37 -06:00
time2posix.3
tzfile.5
tzfile.h