bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] parse-datetime: accept ISO 8601 date and time rep with "T" s


From: Pádraig Brady
Subject: Re: [PATCH] parse-datetime: accept ISO 8601 date and time rep with "T" separator
Date: Wed, 31 Aug 2011 16:11:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 08/31/2011 03:25 PM, Jim Meyering wrote:

> diff --git a/lib/parse-datetime.y b/lib/parse-datetime.y

> +iso_8601_time:
> +    tUNUMBER zone_offset
> +      {
> +        set_hhmmss (pc, $1.value, 0, 0, 0);
> +     pc->meridian = MER24;

There is a tab introduced above.

cheers,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]