We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676758d commit 5f5cc8fCopy full SHA for 5f5cc8f
1 file changed
src/utils/index.js
@@ -91,7 +91,7 @@ const inherits = function inherits(parent, protoProps, staticProps) {
91
return child;
92
};
93
94
-const parseDate = iso8601 => new Date(iso8601);
+const parseDate = iso8601 => new Date(Date.parse(iso8601));
95
96
const setValue = (target, key, value) => {
97
// '.' is not allowed in Class keys, escaping is not in concern now.
0 commit comments