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
The text was updated successfully, but these errors were encountered:
martonmiklos
changed the title
Format of the exported xs:date and xs:datetime fields
[kxml_compiler]Format of the exported xs:date and xs:datetime fields
Aug 26, 2018
They are printed in wrong format.
xs:date should be in:
[-]CCYY-MM-DD[Z|(+|-)hh:mm]
src: http://books.xmlschemata.org/relaxng/ch19-77041.html
while xs:datetime should be in:
[-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]
src: http://books.xmlschemata.org/relaxng/ch19-77049.html
The text was updated successfully, but these errors were encountered: