summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-07-20 00:36:04 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-07-20 10:15:00 +0200
commit935e3374330f4a677b83a00a459feb811b692cf5 (patch)
tree1566ef3c322d8b86e4ce98888fd399c24a1ea3d3
parent8455ca9b790d14dccc8d1b693daa670d6ca69fe6 (diff)
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 <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/ctime.315
1 files changed, 0 insertions, 15 deletions
diff --git a/man3/ctime.3 b/man3/ctime.3
index d228bdc21..60ee4418d 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 <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