From: Alejandro Colomar Date: Tue, 18 Feb 2025 12:25:01 +0000 (+0100) Subject: man/man3/ctime.3: Mention that timegm(3) is a UTC equivalent of mktime(3) X-Git-Tag: man-pages-6.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da273dfd6880399f0ea87aa1a452fe07a60ed3a;p=thirdparty%2Fman-pages.git man/man3/ctime.3: Mention that timegm(3) is a UTC equivalent of mktime(3) Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/ctime.3 b/man/man3/ctime.3 index acd6f1565..c2d14269c 100644 --- a/man/man3/ctime.3 +++ b/man/man3/ctime.3 @@ -177,6 +177,9 @@ and a negative value means that .BR mktime () should (use timezone information and system databases to) attempt to determine whether DST is in effect at the specified time. +See +.BR timegm (3) +for a UTC equivalent of this function. .P The .BR mktime ()