blob: 0b8acc398b104f29e0511998d764bd582019e007 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sat, 6 Feb 2016 01:25:30 +0100
Subject: tzfile.5
---
man5/tzfile.5 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/man5/tzfile.5 b/man5/tzfile.5
index 59d9f6b..8bd9e77 100644
--- a/man5/tzfile.5
+++ b/man5/tzfile.5
@@ -205,6 +205,22 @@ if either
.B tzh_timecnt
is zero or the time argument is less than the first transition time recorded
in the file.
+.\" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122906#47
+.\" Reviewed by upstream and rejected, May 2012
+.SH NOTES
+This manual page documents
+.I <tzfile.h>
+in the glibc source archive, see
+.IR timezone/tzfile.h .
+.PP
+It seems that timezone uses
+.B tzfile
+internally, but glibc refuses to expose it to userspace. This is most
+likely because the standardised functions are more useful and
+portable, and actually documented by glibc. It may only be in glibc
+just to support the non-glibc-maintained timezone data (which is
+maintained by some other entity).
+.\" End of patch
.SS Version 2 format
For version-2-format timezone files,
the above header and data are followed by a second header and data,
|