Home
last modified time | relevance | path

Searched refs:toISOString (Results 1 – 25 of 51) sorted by relevance

123

/third_party/jerryscript/tests/jerry/
Ddate-toisostring.js18 d.toISOString()
24 assert (new Date (-8640000000000000).toISOString() == "-271821-04-20T00:00:00.000Z")
26 assert (new Date(-62167219200001).toISOString() == "-000001-12-31T23:59:59.999Z")
27 assert (new Date(-62167219200000).toISOString() == "0000-01-01T00:00:00.000Z")
29 assert (new Date(-61851600000001).toISOString() == "0009-12-31T23:59:59.999Z")
30 assert (new Date(-61851600000000).toISOString() == "0010-01-01T00:00:00.000Z")
32 assert (new Date(-59011459200001).toISOString() == "0099-12-31T23:59:59.999Z")
33 assert (new Date(-59011459200000).toISOString() == "0100-01-01T00:00:00.000Z")
35 assert (new Date(-30610224000001).toISOString() == "0999-12-31T23:59:59.999Z")
36 assert (new Date(-30610224000000).toISOString() == "1000-01-01T00:00:00.000Z")
[all …]
Ddate-tostring.js38 assert (date.toISOString() === "1970-01-01T00:00:00.000Z");
43 assert (date.toISOString() === "2015-08-12T09:40:20.000Z");
74 assert (new Date ("2015-07-16").toISOString () == "2015-07-16T00:00:00.000Z");
75 assert (new Date ("2015-07-16T11:29:05.023").toISOString () == "2015-07-16T11:29:05.023Z");
79 new Date (NaN).toISOString ();
89 new Date (Number.POSITIVE_INFINITY).toISOString ();
99 Date.prototype.toISOString.call(-1); method in Date
136 assert (new Date (date_time).toISOString () == "2015-07-08T11:29:05.023Z");
144 assert (new Date ("2015-07-08T11:29:05.023Z").toISOString() == "2015-07-08T11:29:05.023Z");
Dregression-test-issue-786.js24 try { isNaN.apply(Date.prototype.toISOString, String.prototype.split) } catch (err) { }
Ddate-setters.js221 assert (d.toISOString() == "1968-12-01T01:00:00.000Z");
225 assert (d.toISOString() == "1971-01-31T01:00:00.000Z");
/third_party/typescript/tests/baselines/reference/
DdestructuringControlFlowNoCrash.types12 date.toISOString();
13 >date.toISOString() : any
14 >date.toISOString : any
16 >toISOString : any
29 date2.toISOString();
30 >date2.toISOString() : any
31 >date2.toISOString : any
33 >toISOString : any
DdestructuringControlFlowNoCrash.js7 date.toISOString();
14 date2.toISOString();
60 date.toISOString();
63 date2.toISOString();
DdestructuringControlFlowNoCrash.symbols10 date.toISOString();
22 date2.toISOString();
Dlibrary_DatePrototypeProperties.js49 Date.prototype.toISOString(); method in Date
97 Date.prototype.toISOString(); method in Date
DdestructuringControlFlowNoCrash.errors.txt17 date.toISOString();
28 date2.toISOString();
Dlibrary_DatePrototypeProperties.types354 Date.prototype.toISOString();
355 >Date.prototype.toISOString() : string
356 >Date.prototype.toISOString : () => string
360 >toISOString : () => string
/third_party/typescript/tests/cases/compiler/
DdestructuringControlFlowNoCrash.ts7 date.toISOString();
14 date2.toISOString();
Dlibrary_DatePrototypeProperties.ts48 Date.prototype.toISOString();
/third_party/node/deps/npm/test/lib/commands/
Dtoken.js53 const now = new Date().toISOString()
102 const now = new Date().toISOString()
140 const now = new Date().toISOString()
349 const now = new Date().toISOString()
395 const now = new Date().toISOString()
437 const now = new Date().toISOString()
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-1080.js16 new Date("2015-07-09T12:13:14.121+01:30").toISOString();
/third_party/typescript/scripts/
DconfigurePrerelease.mjs105 …// String.prototype.toISOString() returns a 24-character string formatted as 'YYYY-MM-DDTHH:mm:ss.…
109 const timeStr = now.toISOString().replace(/:|T|\.|-/g, "").slice(0, 8);
/third_party/node/deps/npm/node_modules/npm-profile/lib/
Dindex.js137 date: new Date().toISOString(),
163 date: new Date().toISOString(),
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
Dindex.js31 message: `Public key is not valid for timestamp: ${timestamp.toISOString()}`,
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-standalone-this/
Darkts-no-standalone-this-2-ok.ets26 return `[${new Date().toISOString()}] ${message}`
Darkts-no-standalone-this-2-error.ets26 return `[${new Date().toISOString()}] ${message}`
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
Dbase.js42 this.expires = options.expires || new Date().toISOString();
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
Doptions.js72 logfile = `arb-log-${new Date().toISOString().replace(/[.:]/g, '_')}.log`
/third_party/node/deps/npm/node_modules/debug/src/
Dnode.js186 return new Date().toISOString() + ' ';
/third_party/node/deps/npm/lib/utils/
Dformat-search-stream.js71 pkg.date = data.date.toISOString().split('T')[0] // remove time
/third_party/protobuf/src/google/protobuf/
Dtimestamp.proto117 // [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects…
/third_party/jsframework/runtime/main/manage/event/
DTaskCenter.ts101 return v.toISOString();

123