> @@ -201,4 +203,18 @@ public final Date rfc1123DateParse(String toParse)
> throws IllegalArgumentExcepti
> }
> }
> }
> +
> + @Override
> + public Date iso8601DateParseWithOptionalTZ(String toParse)
> + throws IllegalArgumentException {
> + try {
> + return iso8601DateParse(toParse);Call `iso8601DateParseWithOptionalTZ`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/456/files#r15434971
