export_xml generates incorrect data time format
Please read, before you post!
This is a BUG REPORT for issues in the existing code.
If you have general questions, code handling problems or ideas, please use the:
Discussionsboard: https://github.com/FreeOpcUa/opcua-asyncio/discussions
or
Gitter-Channel: https://gitter.im/FreeOpcUa/opcua-asyncio
To save some time, please provide us following informations, if possible:
Describe the bug
A clear and concise description of what the bug is.
export_xml generates a dateTime value such as '2021-09-22 00:00:00+00:00'. Should be '2021-09-22T00:00:00+00:00' according to w3 standards (noticed trying to import generated xml to SIOME)
To Reproduce
Steps to reproduce the behavior incl code:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
You can post Screenshots directly to github, please don't use 3rd Party webpages
Version
Python-Version:
opcua-asyncio Version (e.g. master branch, 0.9):
xmlexport has a problem with exporting values, until we support the whole xml dataencoding, every change is just a small patch on a big problem.