[PHP-DEV] Re: DATE_ISO8601 and the "c" date() character

2006-02-01 Thread Derick Rethans
On Tue, 31 Jan 2006, Hannes Magnusson wrote: > I just noticed that the DATE_ISO8601 constant and the "c" date() > character don't give the same results. > The difference is that the "c" format prints colon in the timezone > offset, but the constant does not - both are however ISO8601 > compliant.

[PHP-DEV] Re: DATE_ISO8601 and the "c" date() character

2006-01-31 Thread Hannes Magnusson
Hmh. No. The patches weren't attached ;) On 1/31/06, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > Hi all > > I just noticed that the DATE_ISO8601 constant and the "c" date() > character don't give the same results. > The difference is that the "c" format prints colon in the timezone > offset, but