Skip to content

Fix xmlSchemaGetCanonValue formatting for date and dateTime

Kevin Puetz requested to merge puetzk/libxml2:xmlSchema-dateTime into master

Per https://www.w3.org/TR/xmlschema-2/#dateTime-lexical-representation, the date portion is supposed to use '-' as the delimiter

Merge request reports