diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-02-16 15:31:57 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-02-16 15:32:34 -0800 |
commit | 0d7036bdb189a1ecb4232101ff83c6dd72439545 (patch) | |
tree | 676bd6efe7d1fbace58ea801fb6ebcbbfd8a928c /manual | |
parent | a820f9b3c0cb5e80cd892b0f9c1c48f48bd4413f (diff) | |
download | glibc-0d7036bdb189a1ecb4232101ff83c6dd72439545.tar.gz glibc-0d7036bdb189a1ecb4232101ff83c6dd72439545.tar.xz glibc-0d7036bdb189a1ecb4232101ff83c6dd72439545.zip |
* manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
Problem reported by J William Piggott.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/time.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi index c8c728886d..f94cbe4887 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2520,7 +2520,8 @@ subdirectories for geographical areas; for example, @file{America/New_York}, @file{Europe/London}, @file{Asia/Hong_Kong}. These data files are installed by the system administrator, who also sets @file{/etc/localtime} to point to the data file for the local time -zone. @Theglibc{} comes with a large database of time zone +zone. The files typically come from the @url{http://www.iana.org/time-zones, +Time Zone Database} of time zone and daylight saving time information for most regions of the world, which is maintained by a community of volunteers and put in the public domain. |