jclouds/core
Shri Javadekar d57bbebe7e Try iso8601SecondsDateParse if iso8601DateParse fails.
S3 compatible blobStores sometimes return date in the format:
"2014-07-23T20:53:17+0000" instead of the more common
"2014-07-23T18:09:39.944Z". This caused jclouds to barf with an
IllegalArgumentException.

This commit tries to parse both the formats for S3. The exception
is thrown if both fail.

Added unit tests for the same.
2014-07-26 22:19:54 -07:00
..
src Try iso8601SecondsDateParse if iso8601DateParse fails. 2014-07-26 22:19:54 -07:00
pom.xml JCLOUDS-534: Upgrade to Guava 17.0 2014-05-06 17:23:37 -07:00