From patchwork Sat Feb 14 00:14:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: JWP X-Patchwork-Id: 439690 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 988591402A9 for ; Sat, 14 Feb 2015 11:14:33 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=d/D 0L79Sda4sQ+b2s3KwUdEVz8Whq8RXy3gcwO4Wrakmg2XJxSjt60S0AMWk19nirnb wTETrDSrf9iy3hgW8UsM0R//WCyiIWdVhZTJjOKHDYV8KRMBlYgciDP9Y52US+fx GdJa8Q1i/AHK8cg/dlIhTNO5Kg98VUQ2PNzmB55c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=f7g1yRpVf SqBep2bE55tKqvNi+k=; b=AWx7DmpaxJXMtntgbE5yEv6dDPWQOv4rifm+HFwk1 /URM8cSRDhLSdJqIvy4y81dW6rNbrmQKR6I7Bt69ti0DYC+aAWV/DvLlje4Mv6zY oKx5WSJaJFscqtYyM69oon8KgtFXCo4N9FPLLP6CKGNnNy3MT9X+4MewPEbbWRpT xI= Received: (qmail 26620 invoked by alias); 14 Feb 2015 00:14:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 26608 invoked by uid 89); 14 Feb 2015 00:14:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mout.gmx.net Message-ID: <54DE935A.9040404@gmx.com> Date: Fri, 13 Feb 2015 19:14:18 -0500 From: J William Piggott MIME-Version: 1.0 To: libc-alpha@sourceware.org Subject: [PATCH] manual/time.texi (TZ Variable): no tzfiles X-UI-Out-Filterresults: notjunk:1; The timezone files are not installed since: commit 482ff4dae91cf9a288284072d1a299868db7a634 Author: Ulrich Drepper Date: Wed Mar 7 04:48:47 2012 -0500 Don't install timezone rule files 2012-03-07 Ulrich Drepper [BZ #6959] * timezone/Makefile: Don't install timezone files, just the programs and scripts. Signed-off-by: J William Piggott --- ChangeLog | 5 +++++ manual/time.texi | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74d1a1a..8091c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-13 J William Piggott + + * manual/time.texi (TZ Variable): timezone files are not + installed since commit 482ff4d. + 2015-02-13 Joseph Myers [BZ #17569] diff --git a/manual/time.texi b/manual/time.texi index c8c7288..0b31d2b 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2520,9 +2520,11 @@ 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. @Theglibc{} is compatible with The IANA Time Zone Database, +sometimes called tz, or zoneinfo. This is a large database of time zone information for most regions of the world, which is maintained by a -community of volunteers and put in the public domain. +community of volunteers and put in the public domain. It is located at +@url{http://www.iana.org/time-zones}. @node Time Zone Functions @subsection Functions and Variables for Time Zones