You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the case of a xsd:date like "2023-10-11" - i.e. without the optional T time part - is not covered by the current implementation.
Maybe that's a bug that could be fixed.
Indeed, given a generated struct attribute
I have seen "Date/time types fail to unmarshal" issue #38 and "Xsd date and time support" PR #195
I have noticed
xsd:date
Datatype Reference https://books.xmlschemata.org/relaxng/ch19-77041.htmlNote the Example where it is clearly stated that
I think that the case of a xsd:date like "2023-10-11" - i.e. without the optional T time part - is not covered by the current implementation.
Maybe that's a bug that could be fixed.
Indeed, given a generated struct attribute
I was getting the error:
Meanwhile I've worked it around by defining
The text was updated successfully, but these errors were encountered: