Searched refs:UTC (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.4.3.js26 var TITLE = "Date.UTC( year, month, date, hours, minutes, seconds, ms )";
93 addNewTestCase( Date.UTC( 1970,0,1,0,0,0,0),
94 "Date.UTC( 1970,0,1,0,0,0,0)",
97 addNewTestCase( Date.UTC( 1969,11,31,23,59,59,999),
98 "Date.UTC( 1969,11,31,23,59,59,999)",
100 addNewTestCase( Date.UTC( 1972,1,29,23,59,59,999),
101 "Date.UTC( 1972,1,29,23,59,59,999)",
103 addNewTestCase( Date.UTC( 1972,2,1,23,59,59,999),
104 "Date.UTC( 1972,2,1,23,59,59,999)",
106 addNewTestCase( Date.UTC( 196
[all...]
H A D15.9.5.10-1.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-10.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-11.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-12.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-13.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-2.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-3.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-4.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-5.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-6.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-7.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-8.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
H A D15.9.5.10-9.js60 var DST_START_1998 = UTC( GetSecondSundayInMarch(TimeFromYear(1998)) + 2*msPerHour )
62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour );
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_time_tz.rb175 with_tz(tz="right/UTC") {
176 assert_time_constructor(tz, "2008-12-31 23:59:59 UTC", :utc, [2008,12,31,23,59,59])
177 assert_time_constructor(tz, "2008-12-31 23:59:60 UTC", :utc, [2008,12,31,23,59,60])
178 assert_time_constructor(tz, "2009-01-01 00:00:00 UTC", :utc, [2008,12,31,24,0,0])
179 assert_time_constructor(tz, "2009-01-01 00:00:00 UTC", :utc, [2009,1,1,0,0,0])
208 \S+\s+(\S+)\s+(\d+)\s+(\d\d):(\d\d):(\d\d)\s+(\d+)\s+UTC
234 expected_utc = "%04d-%02d-%02d %02d:%02d:%02d UTC" % u
292 America/Lima Sun Apr 1 03:59:59 1990 UTC = Sat Mar 31 23:59:59 1990 PEST isdst=1 gmtoff=-14400
293 America/Lima Sun Apr 1 04:00:00 1990 UTC = Sat Mar 31 23:00:00 1990 PET isdst=0 gmtoff=-18000
294 America/Lima Sat Jan 1 04:59:59 1994 UTC
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-14-dateparse.c66 dateequals(UTC, "1101010000Z", "20110101000000");
67 dateequals(UTC, "010101000001Z", "20010101000001");
72 dateequals(UTC, "990101000000Z", "19990101000000");
73 dateequals(UTC, "710101000000Z", "19710101000000");
75 dateequals(UTC, "020101000000+0000", "20020101000000");
76 dateequals(UTC, "020101000000-0800", "20020101080000");
77 dateequals(UTC, "020101000000+0800", "20011231160000");
78 dateequals(UTC, "020101000000-0420", "20020101042000");
79 dateequals(UTC, "020101000013+0430", "20011231193013");
81 dateequals(UTC, "020101000
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dcdf_time.c109 static char UTC[] = "UTC"; local
140 tm.tm_zone = UTC;
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c73 UTC, NEXT enumerator in enum:__anon12475
142 { "utc", UTC, 0 },
383 * [NUMBER [DOT NUMBER] [AM|PM]] [UTC]
426 if (UTC != token())
429 case UTC:
/macosx-10.10.1/ntp-92/include/
H A Dmbg_gps166.h111 GPS_UTC, /* � � X � X � UTC correction parameters */
183 /* UTC because UTC is corrected with leap seconds while GPS time scale */
194 /* of leap seconds have to be added to get UTC from GPS time. */
211 long offs_from_utc; /* local time's offset from UTC */
217 # define TM_UTC 0x01 /* UTC correction has been made */
218 # define TM_LOCAL 0x02 /* UTC has been converted to local time */
320 long offs; /* offset from UTC to local time [sec] */
337 /* offs = 3600L one hour from UTC */
384 /* UTC correctio
399 } UTC; typedef in typeref:struct:__anon11200
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/
H A Dshell.js226 var TZ_DIFF = getTimeZoneDiff(); // offset of tester's timezone from UTC
227 var TZ_PST = -8; // offset of Pacific Standard Time from UTC
261 * In the first case, the date is measured from Time 0 in Greenwich (i.e. UTC).
271 // The hard-coded UTC milliseconds from Time 0 derives from a UTC date.
272 // Shift to the right by the offset between UTC and the tester.
284 // The hard-coded UTC milliseconds from Time 0 derives from a PST date.
288 // Use our date arithmetic functions to determine the UTC hour, day, etc.
493 function UTC( t ) { function
512 print( new Date( UTC(dst_star
[all...]
H A Djsref.js452 function UTC( t ) { function
470 print( new Date( UTC(dst_start + LocalTZA())) );
472 return UTC(dst_start + LocalTZA());
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Date/
H A Dshell.js437 function UTC( t ) function
456 print( new Date( UTC(dst_start + LocalTZA())) );
457 return UTC(dst_start + LocalTZA());
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/
H A Djsref.js412 function UTC( t ) { function
430 print( new Date( UTC(dst_start + LocalTZA())) );
432 return UTC(dst_start + LocalTZA());
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbindzone.vim5 " Last Change: Thu 2006-04-20 12:30:45 UTC
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonIdentifiers.h58 macro(UTC) \

Completed in 183 milliseconds

123