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