bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Add support for ISO 8601 basic format


From: Bruce Korb
Subject: Re: [PATCH] Add support for ISO 8601 basic format
Date: Sun, 31 Mar 2013 09:35:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

The time-difference module, too?

On 03/30/13 12:18, Mihai Capotă wrote:
> +  /* ISO 8601 basic date and time of day representation,
> +     'T' separator, local time zone */
> +  p = "20110501T115518";
> +  /* ISO 8601 basic date and time of day representation,
> +     'T' separator, UTC */
> +  p = "20110501T115518Z";
> +  /* ISO 8601 basic date and time of day representation,
> +     'T' separator, w/UTC offset */
> +  p = "20110501T115518-0700";
> +  /* ISO 8601 basic date and time of day representation,
> +     'T' separator, w/hour only UTC offset */
> +  p = "20110501T115518-07";
> +  /* ISO 8601 basic date and time of day representation,
> +     'T' separator, w/hour only UTC offset, with ns */
> +  p = "20110501T115518,123456789-07";



reply via email to

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