diff options
| -rw-r--r-- | man3/ctime.3 | 15 |
1 files changed, 0 insertions, 15 deletions
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 <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 |
