
16 Oct
2007
16 Oct
'07
7:39 p.m.
On Tue, 2007-10-16 at 09:25 -0700, Justin Bailey wrote:
On 10/16/07, Bjorn Bringert
wrote: Should we just add XX:XX as an alternative time zone offset format accepted by %z and %Z? Is this a standard format?
Yes, this is standard; see below.
I'm not sure, but I am getting this date from Google in their XML feeds representing calendar data. The specific element is "gd:when", documented here:
That refers to XML Schema; the dateTime type in XML Schema is standardized here: http://www.w3.org/TR/xmlschema-2/#dateTime (and time zone offsets are required to have a colon in this format). Carl Witty