/external/v8/test/webkit/ |
D | date-utc-timeclip-expected.txt | 24 Date.UTC() should apply TimeClip operation according to ECMA-262. 29 PASS Date.UTC(275760, 8, 12, 23, 59, 59, 999) is 8639999999999999 30 PASS Date.UTC(275760, 8, 13) is 8640000000000000 31 PASS isNaN(Date.UTC(275760, 8, 13, 0, 0, 0, 1)) is true 32 PASS isNaN(Date.UTC(275760, 8, 14)) is true 33 PASS Date.UTC(-271821, 3, 20, 0, 0, 0, 1) is -8639999999999999 34 PASS Date.UTC(-271821, 3, 20) is -8640000000000000 35 PASS isNaN(Date.UTC(-271821, 3, 19, 23, 59, 59, 999)) is true 36 PASS isNaN(Date.UTC(-271821, 3, 19)) is true
|
D | date-parse-comments-test-expected.txt | 29 PASS Date.parse("Dec ((27) 26 (24)) 25 1995 1:30 PM UTC") == 819898200000 is true 30 PASS Date.parse("DEC ((27) 26 (24)) 25 1995 1:30 PM UTC") == 819898200000 is true 32 PASS Date.parse("Dec 25 1995 1:30 PM UTC (") == 819898200000 is true 33 PASS Date.parse("DEC 25 1995 1:30 PM UTC (") == 819898200000 is true 35 PASS Date.parse("Dec 25 1995 1:30 (PM)) UTC") is NaN 36 PASS Date.parse("DEC 25 1995 1:30 (PM)) UTC") is NaN 89 PASS Date.parse("Dec 25 1995 (PDT)UTC(PST)") == 819849600000 is true 90 PASS Date.parse("DEC 25 1995 (PDT)UTC(PST)") == 819849600000 is true 95 PASS Date.parse("Dec 25 1995 (UTC)PST(GMT)") == 819878400000 is true 96 PASS Date.parse("DEC 25 1995 (UTC)PST(GMT)") == 819878400000 is true [all …]
|
D | date-constructor.js | 90 Date.UTC(year, month, date, hours, minutes, seconds, ms);
|
/external/v8/test/mjsunit/ |
D | date.js | 162 assertEquals(8639999999999999, Date.UTC(275760, 8, 12, 23, 59, 59, 999)); 163 assertEquals(8640000000000000, Date.UTC(275760, 8, 13)); 164 assertTrue(isNaN(Date.UTC(275760, 8, 13, 0, 0, 0, 1))); 165 assertTrue(isNaN(Date.UTC(275760, 8, 14))); 167 assertEquals(Date.UTC(-271821, 3, 20, 0, 0, 0, 1), -8639999999999999); 168 assertEquals(Date.UTC(-271821, 3, 20), -8640000000000000); 169 assertTrue(isNaN(Date.UTC(-271821, 3, 19, 23, 59, 59, 999))); 170 assertTrue(isNaN(Date.UTC(-271821, 3, 19))); 191 assertEquals(8640000000000000, Date.UTC(1970, 0, 1 + 100000001, -24)); 192 assertEquals(-8640000000000000, Date.UTC(1970, 0, 1 - 100000001, 24));
|
/external/v8/test/webkit/fast/js/ |
D | date-toisostring-expected.txt | 33 PASS new Date('1 January 1500 UTC').toISOString() is '1500-01-01T00:00:00.000Z' 34 PASS new Date('1 January 2000 UTC').toISOString() is '2000-01-01T00:00:00.000Z' 35 PASS new Date('1 January 4000 UTC').toISOString() is '4000-01-01T00:00:00.000Z' 36 PASS new Date('1 January 100000 UTC').toISOString() is '+100000-01-01T00:00:00.000Z' 37 FAIL new Date('1 January -1 UTC').toISOString() should be -000001-01-01T00:00:00.000Z. Threw except… 38 PASS new Date('10 March 2000 UTC').toISOString() is '2000-03-10T00:00:00.000Z'
|
/external/tcpdump/tests/ |
D | ahcp-vv.out | 4 Origin Time: 2013-11-10 07:59:42 UTC 13 Origin Time: 2013-11-10 07:59:44 UTC 23 Origin Time: 2013-11-10 07:59:42 UTC 32 Origin Time: 2013-11-10 07:59:44 UTC 42 Origin Time: 2013-11-10 08:00:09 UTC 51 Origin Time: 2013-11-10 08:00:11 UTC 61 Origin Time: 2013-11-10 08:00:09 UTC 70 Origin Time: 2013-11-10 08:00:12 UTC
|
/external/snakeyaml/src/test/java/examples/jodatime/ |
D | JodaTimeExampleTest.java | 37 DateTime time = new DateTime(timestamp, DateTimeZone.UTC); in testDump() 48 assertEquals(new DateTime(timestamp, DateTimeZone.UTC), time); in testLoad() 75 return new DateTime(date, DateTimeZone.UTC); in construct() 105 return new DateTime(date, DateTimeZone.UTC); in construct()
|
D | JodaTimeFlowStylesTest.java | 45 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); in testLoadBeanWithBlockFlow() 120 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); in testLoadBeanWithAutoFlow() 146 return new DateTime(date, DateTimeZone.UTC); in construct()
|
D | JodaTimeImplicitContructor.java | 37 return new DateTime(date, DateTimeZone.UTC); in construct()
|
/external/iptables/extensions/ |
D | libxt_time.man | 3 as UTC by default. 38 Use the kernel timezone instead of UTC to determine whether a packet meets the 41 About kernel timezones: Linux keeps the system time in UTC, and always does so. 43 time source has no timezone information, such as the x86 CMOS RTC, UTC will be 44 assumed. If the time source is however not in UTC, userspace should provide the 50 userspace environment variable specifies how the UTC-based system time is 55 non-UTC sources, such as FAT filesystems, to UTC (since the latter is what the
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTimeFactory.java | 29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in XMPDateTimeFactory 131 GregorianCalendar cal = new GregorianCalendar(UTC); in convertToUTCTime()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | datetime_utils.py | 44 UTC = _UTC() variable 79 return datetime.fromtimestamp(t, UTC)
|
/external/timezonepicker-support/ |
D | backward | 114 Link Etc/UTC UTC 115 Link Etc/UTC Universal 117 Link Etc/UTC Zulu
|
/external/icu/icu4c/source/data/zone/ |
D | se.txt | 64 gmtFormat{"UTC{0}"} 65 gmtZeroFormat{"UTC"}
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 63 Etc/Universal ; Etc/UTC 64 Etc/Zulu ; Etc/UTC 137 UTC ; Etc/UTC
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 63 Etc/Universal ; Etc/UTC 64 Etc/Zulu ; Etc/UTC 137 UTC ; Etc/UTC
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
D | test_layer2.py | 210 class UTC(tzinfo): class 223 self.vault.retrieve_inventory(start_date=datetime(2014, 0o1, 0o1, tzinfo=UTC()), 224 end_date=datetime(2014, 0o1, 0o2, tzinfo=UTC()),
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | TestCase.java | 129 GregorianCalendar greg = new GregorianCalendar(UTC, Locale.getDefault()); in TestCase() 242 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in TestCase
|
D | CalendarTest.java | 55 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in CalendarTest 79 cal.setTimeZone(UTC); in doTestCases() 92 gregFormat.setTimeZone(UTC); in doTestCases() 94 GregorianCalendar pureGreg = new GregorianCalendar(UTC); in doTestCases()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | TestCase.java | 128 GregorianCalendar greg = new GregorianCalendar(UTC, Locale.getDefault()); in TestCase() 241 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in TestCase
|
D | CalendarTest.java | 51 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in CalendarTest 75 cal.setTimeZone(UTC); in doTestCases() 88 gregFormat.setTimeZone(UTC); in doTestCases() 90 GregorianCalendar pureGreg = new GregorianCalendar(UTC); in doTestCases()
|
/external/v8/test/mjsunit/regress/ |
D | regress-builtinbust-7.js | 12 var date = new Date(Date.UTC(2004, 12, 25, 3, 0, 0));
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 70 #Link Etc/UTC UTC # Olson LINK
|
/external/curl/tests/data/ |
D | test272 | 25 ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC"
|
/external/eigen/ |
D | CTestConfig.cmake | 8 set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")
|