Skip to content

Commit 9d9c0c8

Browse files
wip. check tests with new parseISO8601 in ODataStore
1 parent 92806a3 commit 9d9c0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/js/__internal/data/odata

packages/devextreme/js/__internal/data/odata/m_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const formatISO8601 = (date, skipZeroTime, skipTimezone) => {
6161
}
6262

6363
if (!skipTimezone) {
64-
bag.push('Z');
64+
// bag.push('Z');
6565
}
6666
}
6767

0 commit comments

Comments
 (0)