Skip Menu |

This queue is for tickets about the MooseX-Types-ISO8601 CPAN distribution.

Report information
The Basics
Id: 102870
Status: resolved
Priority: 0/
Queue: MooseX-Types-ISO8601

People
Owner: Nobody in particular
Requestors: OSCHWALD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.16



Subject: Times ending in a "Z" should validate with TZ types
Currently, a string like '2009-06-11T12:06:34Z' will fail the ISO8601DateTimeTZStr check but pass the ISO8601DateTimeStr check. Given that the 'Z' indicates UTC, this string has a fully specified timezone and should validate with the TZ check. Greg
There's a pull requests for this bug here, https://github.com/moose/MooseX-Types-ISO8601/pull/1
Thanks, fixed in version 0.16!