Details
Description
FeatureTransformer currently prints out the toString() of the an attribute's value,
but for a proper "xs:dateTime" the correct format must be:
"2005-07-13T18:40:00" (note the 'T') and not "2005-07-13 18:40:00".
And other precise formats are specified for "xs:date" and "xs:time".
See the specs:
http://www.w3.org/TR/xmlschema-2/#dateTime
This is also related to the fact that TemporalAttributeType always uses a java.util.Date
and also this GeoServer's JIRA:
http://jira.codehaus.org/browse/GEOS-311