Index: contrib/tzcode/stdtime/ctime.3 =================================================================== --- contrib/tzcode/stdtime/ctime.3 +++ contrib/tzcode/stdtime/ctime.3 @@ -30,7 +30,7 @@ .\" From: @(#)ctime.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd January 2, 1999 +.Dd April 30, 2020 .Dt CTIME 3 .Os .Sh NAME @@ -335,6 +335,33 @@ .An Arthur Olson and which appeared in .Bx 4.3 . +.Pp +The functions +.Fn asctime , +.Fn gmtime , +and +.Fn localtime +first appeared in +.At v5 , +.Fn difftime +and +.Fn mktime +in +.Bx 4.3 Reno , +and +.Fn timegm +and +.Fn timelocal +in SunOS 4.0. +.Pp +The functions +.Fn asctime_r , +.Fn ctime_r , +.Fn gmtime_r , +and +.Fn localtime_r +have been available since since +.Fx 8.0 . .Sh BUGS Except for .Fn difftime ,