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

1 2 3 4

  /external/v8/test/mjsunit/regress/
regress-3116.js 8 return str == "Fri Jan 10 2014 00:00:00 GMT+0100 (CET)";
11 return str == "Fri Jan 10 2014 00:00:00 GMT-0200 (BRST)";
14 return str == "Fri Jan 10 2014 00:00:00 GMT-0800 (PST)";
20 assertEquals("Sat Mar 29 2014 22:59:00 GMT+0100 (CET)",
22 assertEquals("Sat, 29 Mar 2014 21:59:00 GMT",
24 assertEquals("Sat Mar 29 2014 23:00:00 GMT+0100 (CET)",
26 assertEquals("Sat, 29 Mar 2014 22:00:00 GMT",
28 assertEquals("Sat Mar 29 2014 23:59:00 GMT+0100 (CET)",
30 assertEquals("Sat, 29 Mar 2014 22:59:00 GMT",
32 assertEquals("Sun Mar 30 2014 00:00:00 GMT+0100 (CET)"
    [all...]
  /external/v8/test/webkit/
date-parse-comments-test.js 41 var timeZoneOffset = Date.parse(" Dec 25 1995 1:30 ") - Date.parse(" Dec 25 1995 1:30 GMT ");
46 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) GMT (EST)", "819849600000");
49 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) GMT (EST)", "819855000000");
52 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 AM (1:40 PM) GMT (EST)", "819855000000");
57 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 13:30 (13:40) GMT (PST)", "819898200000");
61 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) PM (AM) GMT (PST)", "819898200000");
68 testDateParse("Dec 25 1995 (UTC)PST(GMT)", "819878400000");
69 testDateParse("Dec 25 1995 (UTC)PDT(GMT)", "819874800000");
73 testDateParse("Dec 25 1995 1:30 (UTC)PST(GMT)", "819883800000");
74 testDateParse("Dec 25 1995 1:30 (UTC)PDT(GMT)", "819880200000")
    [all...]
date-constructor.js 36 var timeZoneOffset = Date.parse("Dec 25 1995") - Date.parse("Dec 25 1995 GMT");
  /external/apache-http/src/org/apache/http/protocol/
HttpDateGenerator.java 62 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
73 this.dateformat.setTimeZone(GMT);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java 31 private static final TimeZone GMT = TimeZone.getTimeZone("GMT");
40 // RFC 2616 specified: RFC 822, updated by RFC 1123 format with fixed GMT.
41 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss 'GMT'", Locale.US);
43 rfc1123.setTimeZone(GMT);
92 // Set the timezone to use when interpreting formats that don't have a timezone. GMT is
94 format.setTimeZone(GMT);
101 // that. If any of the BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS ended in "'GMT'" we'd have
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 172 // Test with GMT time.
173 MockDate.setCurrent("Tue Mar 03 2009 GMT");
174 t.expectEquals(true, weekdayRange("MON", "FRI", "GMT"));
175 t.expectEquals(true, weekdayRange("TUE", "FRI", "GMT"));
176 t.expectEquals(true, weekdayRange("TUE", "TUE", "GMT"));
177 t.expectEquals(true, weekdayRange("TUE", "GMT"));
178 t.expectEquals(false, weekdayRange("WED", "FRI", "GMT"));
179 t.expectEquals(false, weekdayRange("SUN", "MON", "GMT"));
180 t.expectEquals(false, weekdayRange("SAT", "GMT"));
189 // dateRange(day, "GMT")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 58 public static final String GMT = SIPDate.GMT;
  /external/v8/test/mjsunit/
date-parse.js 135 // GMT = UT
137 'Sat, 01-Jan-2000 08:00:00 GMT',
138 'Sat, 01-Jan-2000 08:00:00 GMT+0',
139 'Sat, 01-Jan-2000 08:00:00 GMT+00',
140 'Sat, 01-Jan-2000 08:00:00 GMT+000',
141 'Sat, 01-Jan-2000 08:00:00 GMT+0000',
142 'Sat, 01-Jan-2000 08:00:00 GMT+00:00', // Interestingly, KJS cannot handle this.
143 'Sat, 01 Jan 2000 08:00:00 GMT',
144 'Saturday, 01-Jan-00 08:00:00 GMT',
301 'May 25 2008 AAA (GMT)']; // Unknown word after number
    [all...]
json.js 30 assertEquals("1979-01-11T08:00:00.000Z", new Date("1979-01-11 08:00 GMT").toJSON());
31 assertEquals("2005-05-05T05:05:05.000Z", new Date("2005-05-05 05:05:05 GMT").toJSON());
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 83 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
87 calendar.setTimeZone(GMT);
257 format.setTimeZone(TimeZone.getTimeZone("GMT"));
  /libcore/ojluni/src/main/java/java/util/
TimeZone.java 83 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <code>:</code> <i>Minutes</i>
84 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <i>Minutes</i>
85 * <code>GMT</code> <i>Sign</i> <i>Hours</i>
98 * between 00 to 59. For example, "GMT+10" and "GMT+0010" mean ten
99 * hours and ten minutes ahead of GMT, respectively.
104 * the specified string doesn't match the syntax, <code>"GMT"</code>
111 * <code>GMT</code> <i>Sign</i> <i>TwoDigitHours</i> <code>:</code> <i>Minutes</i>
121 * For example, TimeZone.getTimeZone("GMT-8").getID() returns "GMT-08:00"
    [all...]
  /external/curl/tests/
stunnel.pem 67 Not Before: Feb 22 15:38:48 2014 GMT
68 Not After : Feb 20 15:38:48 2024 GMT
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 54 * Date: Tue, 15 Nov 1994 08:12:31 GMT
71 public static final String GMT = "GMT";
169 TimeZone.getTimeZone("GMT:0"),
299 + GMT;
352 * SIP Dates are forced to be GMT. Stores the converted time
358 TimeZone.getTimeZone("GMT:0"),
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 136 "EEE',' dd-MMM-yyyy HH:mm:ss 'GMT'",
137 "EEE',' dd MMM yyyy HH:mm:ss 'GMT'",
138 "EEE MMM dd yyyy HH:mm:ss 'GMT'Z",
139 "EEE',' dd-MMM-yy HH:mm:ss 'GMT'",
140 "EEE',' dd MMM yy HH:mm:ss 'GMT'",
141 "EEE MMM dd yy HH:mm:ss 'GMT'Z"
    [all...]
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
common.py 322 "Mon, 20 Nov 1995 19:12:08 GMT".
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 143 an ascii string, not numeric one (so "GMT" instead of "+0000"). This
170 zone = 'GMT'
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 143 an ascii string, not numeric one (so "GMT" instead of "+0000"). This
170 zone = 'GMT'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 143 an ascii string, not numeric one (so "GMT" instead of "+0000"). This
170 zone = 'GMT'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 143 an ascii string, not numeric one (so "GMT" instead of "+0000"). This
170 zone = 'GMT'
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 200 * <td><code>Pacific Standard Time</code>; <code>PST</code>; <code>GMT-08:00</code>
274 * names. For time zones representing a GMT offset value, the
278 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <code>:</code> <i>Minutes</i>
326 * <p>For formatting, if the offset value from GMT is 0, {@code "Z"} is
329 * {@code "GMT+05:30"}, {@code "+05"} is produced.
498 // For time zones that have no names, use strings GMT+minutes and
499 // GMT-minutes. For instance, in France the time zone is GMT+60.
500 private static final String GMT = "GMT";
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
response_test.py 142 ('Expires', 'Fri, 01 Jan 1990 00:00:00 GMT'),
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httparchive.py 827 date_str: a date string (e.g. "Thu, 01 Dec 1994 16:00:00 GMT")
843 date_str: a date string (e.g. "Thu, 01 Dec 1994 16:00:00 GMT")
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 487 Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"),
756 TimeZone *newZone = TimeZone::createTimeZone("GMT");
859 TimeZone *GMT = TimeZone::createTimeZone("GMT");
866 delete GMT;
878 cal1->setTimeZone(*GMT);
879 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
880 if ((*GMT != *PST) && (h1 == h2))
883 Calendar *cal2 = new GregorianCalendar(*GMT,status);
899 cal3->setTimeZone(*GMT);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegression.java 256 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
257 TimeZone icuzone = TimeZone.getTimeZone("GMT");
284 Calendar cal = GregorianCalendar.getInstance(TimeZone.getTimeZone("GMT"),
369 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
370 TimeZone icuzone = TimeZone.getTimeZone("GMT");
433 TimeZone.setDefault(TimeZone.getTimeZone("GMT"));
491 TimeZone GMT = TimeZone.getTimeZone("GMT");
499 cal1.setTimeZone(GMT);
503 logln("GMT 1 is: " + (h1=cal1.get(Calendar.HOUR_OF_DAY)))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 252 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
253 TimeZone icuzone = TimeZone.getTimeZone("GMT");
280 Calendar cal = GregorianCalendar.getInstance(TimeZone.getTimeZone("GMT"),
365 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
366 TimeZone icuzone = TimeZone.getTimeZone("GMT");
429 TimeZone.setDefault(TimeZone.getTimeZone("GMT"));
487 TimeZone GMT = TimeZone.getTimeZone("GMT");
495 cal1.setTimeZone(GMT);
499 logln("GMT 1 is: " + (h1=cal1.get(Calendar.HOUR_OF_DAY)))
    [all...]

Completed in 974 milliseconds

1 2 3 4