On Fri Dec 07 09:36:46 2012, clarson wrote:
Show quoted text> Hi,
>
> Ran into to a little bug where I can't coerce a Date when the optional
> timezone is specified. I believe it is part of the ISO8601 standard.
>
> Example date that isn't supported current for this module.
2012-12-07+01:00
Show quoted text
That looks to be one of the deviations from the standard, D.3.4 at:
http://www.w3.org/TR/xmlschema-2/#deviantformats
My interpretation of
http://en.wikipedia.org/wiki/ISO_8601 is that
timezones must follow times, therefore '2012-12-07+01:00' is not a legal
string.
FWIW, MooseX::Types::DateTime::to_DateTime doesn't like this string
either (convincing that module to accept this string is a necessary
prerequisite to any change made to MooseX::Types::ISO8601).
rejecting for now; please reopen if you can confirm that the standard
does accept date+timezone (without time).