HomeSort by relevance Sort by last modified time
    Searched refs:UTC (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/v8/test/webkit/
date-parse-comments-test.js 43 testDateParse("Dec ((27) 26 (24)) 25 1995 1:30 PM UTC", "819898200000");
44 testDateParse("Dec 25 1995 1:30 PM UTC (", "819898200000");
45 testDateParse("Dec 25 1995 1:30 (PM)) UTC", "NaN");
66 testDateParse("Dec 25 1995 (PDT)UTC(PST)", "819849600000");
68 testDateParse("Dec 25 1995 (UTC)PST(GMT)", "819878400000");
69 testDateParse("Dec 25 1995 (UTC)PDT(GMT)", "819874800000");
71 testDateParse("Dec 25 1995 1:30 (PDT)UTC(PST)", "819855000000");
73 testDateParse("Dec 25 1995 1:30 (UTC)PST(GMT)", "819883800000");
74 testDateParse("Dec 25 1995 1:30 (UTC)PDT(GMT)", "819880200000");
76 testDateParse("Dec 25 1995 1:30 (AM) PM (PST) UTC", "819898200000")
    [all...]
date-constructor.js 90 Date.UTC(year, month, date, hours, minutes, seconds, ms);
date-set-to-nan.js 25 "This tests if the Date setters handle invalid parameters correctly resulting in a NaN date and if a recovery from such a NaN date is only possible by using the date.setTime() and date.set[[UTC]Full]Year() functions."
  /external/chromium_org/v8/test/webkit/fast/js/
date-toisostring.js 41 shouldBe("new Date('1 January 1500 UTC').toISOString()", "'1500-01-01T00:00:00.000Z'");
42 shouldBe("new Date('1 January 2000 UTC').toISOString()", "'2000-01-01T00:00:00.000Z'");
43 shouldBe("new Date('1 January 4000 UTC').toISOString()", "'4000-01-01T00:00:00.000Z'");
44 shouldBe("new Date('1 January 100000 UTC').toISOString()", "'+100000-01-01T00:00:00.000Z'");
45 shouldBe("new Date('1 January -1 UTC').toISOString()", "'-000001-01-01T00:00:00.000Z'");
46 shouldBe("new Date('10 March 2000 UTC').toISOString()", "'2000-03-10T00:00:00.000Z'");
Object-getOwnPropertyNames.js 86 "Date": "['UTC', 'arguments', 'caller', 'length', 'name', 'now', 'parse', 'prototype']",
  /external/genext2fs/
test-gen.lib 21 TZ=UTC-11 touch -t 200502070321.43 file.$1 .
33 TZ=UTC-11 touch -t 200502070321.43 test/$fname
  /external/chromium_org/v8/test/mjsunit/regress/
regress-280531.js 29 var date1 = Realm.eval(contextA, "new Date('Thu, 29 Aug 2013 00:00:00 UTC')");
30 new Date('Thu, 29 Aug 2013 00:00:01 UTC');
31 var date2 = Realm.eval(contextA, "new Date('Thu, 29 Aug 2013 00:00:00 UTC')");
regress-builtinbust-7.js 12 var date = new Date(Date.UTC(2004, 12, 25, 3, 0, 0));
  /external/chromium_org/v8/test/intl/date-format/
timezone.js 33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'});
34 assertEquals('UTC', df.resolvedOptions().timeZone);
37 assertEquals('UTC', df.resolvedOptions().timeZone);
46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'});
47 assertEquals('UTC', df.resolvedOptions().timeZone);
50 assertEquals('UTC', df.resolvedOptions().timeZone);
format-test.js 30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'});
parse-mdyhms.js 34 timeZone: 'UTC'});
resolved-options.js 87 second: 'numeric', timeZoneName: 'short', timeZone: 'UTC'});
  /external/chromium_org/v8/test/mjsunit/
date.js 170 // LayoutTests/fast/js/script-tests/date-utc-timeclip.js:
172 assertEquals(8639999999999999, Date.UTC(275760, 8, 12, 23, 59, 59, 999));
173 assertEquals(8640000000000000, Date.UTC(275760, 8, 13));
174 assertTrue(isNaN(Date.UTC(275760, 8, 13, 0, 0, 0, 1)));
175 assertTrue(isNaN(Date.UTC(275760, 8, 14)));
177 assertEquals(Date.UTC(-271821, 3, 20, 0, 0, 0, 1), -8639999999999999);
178 assertEquals(Date.UTC(-271821, 3, 20), -8640000000000000);
179 assertTrue(isNaN(Date.UTC(-271821, 3, 19, 23, 59, 59, 999)));
180 assertTrue(isNaN(Date.UTC(-271821, 3, 19)));
201 assertEquals(8640000000000000, Date.UTC(1970, 0, 1 + 100000001, -24))
    [all...]
to_number_order.js 77 Date.UTC(year, month, date, hours, minutes, seconds, ms);
79 assertEquals("1234567", x, "Date.UTC");
83 assertEquals("67", x, "Date.UTC");
date-parse.js 150 'Sat, 01-Jan-2000 03:00:00 UTC-0500',
151 'Sat, 01-Jan-2000 03:00:00 UTC-05:00', // Interestingly, KJS cannot handle this.
288 'May 25 2008 1:30 (PM)) UTC', // Bad unmatched ')' after number.
mirror-date.js 59 testDateMirror(new Date(Date.parse("Dec 25, 1995 1:30 UTC")),
function-names.js 52 var dateFunctions = ["UTC", "parse", "now"];
undeletable-functions.js 64 CheckEcmaSemantics(Date, ["UTC", "parse", "now"], "Date");
unicode-test.js     [all...]
  /external/libcap-ng/libcap-ng-0.7/
py-compile 4 scriptversion=2011-06-08.12; # UTC
159 # time-stamp-time-zone: "UTC"
160 # time-stamp-end: "; # UTC"
  /external/chromium_org/v8/src/
date.js 39 function UTC(time) {
93 // Some of our runtime funtions for computing UTC(time) rely on
95 // is no way that the time can be within range even after UTC
260 return TimeClip(UTC(date));
635 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
760 "UTC", DateUTC,
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 120 * UNIX epoch time (0:00, Jan 1, 1970, UTC).
362 * Number of milliseconds since UNIX epoch (Jan 1, 1970, 0:00:00 UTC).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 43 callback(new Date(entries[i].date + " UTC"));
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 120 return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
  /external/chromium_org/third_party/sinonjs/src/
sinon.js     [all...]

Completed in 558 milliseconds

1 2