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
We recently discovered that the to_xml() function provided by ome-types produces datetimes that look like 2016-03-11T10:23:44.925154UTC, which violate the XSD dateTime format. Instead, the datetime in this case should be 2016-03-11T10:23:44.9251548Z, which is what is in the source XML.
We recently discovered that the
to_xml()
function provided byome-types
produces datetimes that look like2016-03-11T10:23:44.925154UTC
, which violate the XSD dateTime format. Instead, the datetime in this case should be2016-03-11T10:23:44.9251548Z
, which is what is in the source XML.Steps to reproduce:
OverViewScan.ome.xml
from this ZIP: OverViewScan.ome.xml.zipome-types
, output it to XML, and try to load it again, like this:Thanks for taking a look!
The text was updated successfully, but these errors were encountered: