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
There are problems opening with Excel if the time is entered in the following form:
<dcterms:created xsi:type="dcterms:W3CDTF">2024-10-27T19:15:30+-2:00</dcterms:created>
Fix if: <dcterms:created xsi:type="dcterms:W3CDTF">2024-10-28T07:05:48Z</dcterms:created>
It would be good if method: writesupportxmls had the same as method: writedirectxml, i.e. ' + TTOC(DATETIME(), 3) + 'Z
The text was updated successfully, but these errors were encountered:
There are problems opening with Excel if the time is entered in the following form:
<dcterms:created xsi:type="dcterms:W3CDTF">2024-10-27T19:15:30+-2:00</dcterms:created>
Fix if: <dcterms:created xsi:type="dcterms:W3CDTF">2024-10-28T07:05:48Z</dcterms:created>
It would be good if method: writesupportxmls had the same as method: writedirectxml, i.e. ' + TTOC(DATETIME(), 3) + 'Z
The text was updated successfully, but these errors were encountered: