I have a WSDL that specifies an element's type to be xs:date.
When I use Apache CXF to generate the Java classes, it renders the variable as an javax.xml.datatype.XMLGregorianCalendar (all good so far).
When CXF renders an XML document containing this, it renders it in this form (where -06:00 represents the time zone):
2000-01-18-06:00
How can I configure CXF not to render the timezone?