Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Version: 16.4.55
OData provider (ODataV4Adaptor) doesn't supports ISO 8601 time zone formats, see
and
http://docs.oasis-open.org/odata/odata/v4.01/cs01/abnf/odata-abnf-construction-rules.txt
dateTimeOffsetValue = year "-" month "-" day
"T" hour ":" minute [ ":" second [ "."
fractionalSeconds ] ] ( "Z" / SIGN hour ":" minute )
However this code:
Ej2-data/src/util.js - jsonReviver line
1741-1744 , ignores the timezone (either in format Z or +00:XX) .