We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dee6e commit b72b5feCopy full SHA for b72b5fe
src/ecma-debugger/objectinspection.6.0/prettyprinter.js
@@ -90,8 +90,7 @@ cls.PrettyPrinter.types[cls.PrettyPrinter.DATE] =
90
{
91
return class_name == "Date";
92
},
93
- script: "new Date(object.getTime() - object.getTimezoneOffset() * 1000 * 60)" +
94
- ".toISOString().replace(\"Z\", \"\")",
+ script: "object.toString()",
95
template: function(message, ctx)
96
97
var VALUE = 2;
0 commit comments