This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 3/4] Document TZ transition times >= 25:00:00.
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: Paul Eggert <eggert at cs dot ucla dot edu>
- Cc: GNU C Library development <libc-alpha at sourceware dot org>
- Date: Thu, 5 Dec 2013 11:56:30 +0100
- Subject: Re: [PATCH 3/4] Document TZ transition times >= 25:00:00.
- Authentication-results: sourceware.org; auth=none
- References: <523A1BCD dot 5090609 at cs dot ucla dot edu> <523A1CEB dot 8040002 at cs dot ucla dot edu>
On Wed, Sep 18, 2013 at 02:36:43PM -0700, Paul Eggert wrote:
> * manual/time.texi (TZ Variable): Document transition times from
> 25:00:00 through 167:59:59. These are already supported, and this
> support will help with version-3 tz-format files.
> ---
> ChangeLog | 5 +++++
> manual/time.texi | 27 +++++++++++++++++++++++++--
> 2 files changed, 30 insertions(+), 2 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 35c936b..9b54d09 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,5 +1,10 @@
> 2013-09-18 Paul Eggert <eggert@cs.ucla.edu>
>
> + Document TZ transition times >= 25:00:00.
> + * manual/time.texi (TZ Variable): Document transition times from
> + 25:00:00 through 167:59:59. These are already supported, and this
> + support will help with version-3 tz-format files.
> +
> * manual/time.texi (TZ Variable): Modernize North America example
> to reflect current (i.e., 2007-and-later) daylight saving rules.
>
looks ok.