From: наб Date: Tue, 19 Jul 2022 22:36:04 +0000 (+0200) Subject: ctime.3: remove struct tm vestigia X-Git-Tag: man-pages-6.0-rc1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935e3374330f4a677b83a00a459feb811b692cf5;p=thirdparty%2Fman-pages.git ctime.3: remove struct tm vestigia 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 Signed-off-by: Alejandro Colomar --- diff --git a/man3/ctime.3 b/man3/ctime.3 index d228bdc217..60ee4418d1 100644 --- a/man3/ctime.3 +++ b/man3/ctime.3 @@ -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 . -This is a BSD extension, present in 4.3BSD-Reno. -.PP According to POSIX.1-2001, .BR localtime () is required to behave as though