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