]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ctime.3: remove struct tm vestigia
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 19 Jul 2022 22:36:04 +0000 (00:36 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Wed, 20 Jul 2022 08:15:00 +0000 (10:15 +0200)
struct tm now lives in tm.3type, and we describe both of these fields,
in detail and correctly, therein

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/ctime.3

index d228bdc2173fac4a790e840cff93e4502db2184b..60ee4418d117d435fd5a0bb3dcb56ef4d1a8754b 100644 (file)
@@ -356,21 +356,6 @@ In many implementations, including glibc, a 0 in
 .I tm_mday
 is interpreted as meaning the last day of the preceding month.
 .PP
-The glibc version of \fIstruct tm\fP has additional fields
-.PP
-.in +4n
-.EX
-long tm_gmtoff;           /* Seconds east of UTC */
-const char *tm_zone;      /* Timezone abbreviation */
-.EE
-.in
-.PP
-defined when
-.B _BSD_SOURCE
-was set before including
-.IR <time.h> .
-This is a BSD extension, present in 4.3BSD-Reno.
-.PP
 According to POSIX.1-2001,
 .BR localtime ()
 is required to behave as though