Opennebula uses different dateformat than aws ec2

Hi,

i´m trying to manage opennebula via jclouds.
if i try to list images via the ec2-interface i get :

Exception in thread “main” java.lang.IllegalArgumentException: Error parsing data at 19 at org.jclouds.date.internal.SimpleDateFormatDateService.iso8601DateParse(SimpleDateFormatDateService.java:146)

according to the following and my tests(describe images with aws) it seems that opennebula uses another dateformat than amazon.

http://mail-archives.apache.org/mod_mbox/jclouds-dev/201308.mbox/<jclouds/jclouds/pull/105/c22456847@github.com>

is this correct ?

I think this problem should be fixed in the jClouds code, since OpenNebula provides a valid iso8601 date.