blob: 2a6d5eaf9be323b9c99ba00eceeaf9501c7253fe (
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
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sat, 6 Feb 2016 01:25:30 +0100
Subject: tzfile.5
---
man/man5/tzfile.5 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--- a/man/man5/tzfile.5
+++ b/man/man5/tzfile.5
@@ -210,6 +210,22 @@
.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,
|