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

1 2 3

  /external/chromium_org/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 57 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
68 this.dateformat.setTimeZone(GMT);
  /external/chromium_org/v8/test/intl/date-format/
timezone.js 36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'});
49 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'});
56 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+07:00\'})');
57 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+0700\'})');
58 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT-05:00\'})');
59 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT-0500\'})');
60 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'Etc/GMT+0\'})');
  /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/chromium_org/net/data/proxy_resolver_v8_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/chromium_org/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',
293 '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 78 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
82 calendar.setTimeZone(GMT);
252 format.setTimeZone(TimeZone.getTimeZone("GMT"));
  /libcore/luni/src/main/java/java/util/
TimeZone.java 71 private static final Pattern CUSTOM_ZONE_ID_PATTERN = Pattern.compile("^GMT[-+](\\d{1,2})(:?(\\d\\d))?$");
75 * style may yield GMT offsets like {@code GMT-08:00}.
81 * Requests for this style may yield GMT offsets like {@code GMT-08:00}.
85 private static final TimeZone GMT = new SimpleTimeZone(0, "GMT");
147 zoneName = "GMT";
182 * {@code GMT[+-]hh:mm}.
201 // than "GMT+12:00". Why do we re-do this work ourselves? Because we have up-to-dat
    [all...]
  /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"),
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 149 // Difference to Greenwich time (GMT) in hours
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 149 // Difference to Greenwich time (GMT) in hours
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 149 // Difference to Greenwich time (GMT) in hours
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
common.py 302 "Mon, 20 Nov 1995 19:12:08 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'
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 191 oHTTP.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 1970 00:00:00 GMT");
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 442 Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"),
711 TimeZone *newZone = TimeZone::createTimeZone("GMT");
813 TimeZone *GMT = TimeZone::createTimeZone("GMT");
820 delete GMT;
832 cal1->setTimeZone(*GMT);
833 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
834 if ((*GMT != *PST) && (h1 == h2))
837 Calendar *cal2 = new GregorianCalendar(*GMT,status);
853 cal3->setTimeZone(*GMT);
    [all...]
  /external/chromium_org/net/quic/crypto/
common_cert_set_1_50.inc 17 Not Before: Jun 8 20:43:27 2009 GMT
18 Not After : Jun 7 19:43:27 2013 GMT
145 Not Before: May 21 04:00:00 2002 GMT
146 Not After : Aug 21 04:00:00 2018 GMT
308 Not Before: Apr 17 00:00:00 1997 GMT
309 Not After : Oct 24 23:59:59 2016 GMT
461 Not Before: Nov 28 16:08:31 2006 GMT
462 Not After : Aug 21 15:08:31 2018 GMT
    [all...]
common_cert_set_51_100.inc 18 Not Before: Nov 8 00:00:00 2006 GMT
19 Not After : Nov 7 23:59:59 2021 GMT
220 Not Before: Jul 29 00:00:00 2010 GMT
221 Not After : Jul 28 23:59:59 2020 GMT
428 Not Before: Nov 8 00:00:00 2006 GMT
429 Not After : Nov 7 23:59:59 2021 GMT
    [all...]
  /external/chromium_org/v8/src/
date.js 235 var gmt = ' GMT' + ((sign == 1) ? '+' : '-') +
237 return gmt + ' (' + timezone + ')';
635 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
640 + TimeStringUTC(this) + ' GMT';
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 93 representing Universal Time (UTC, aka GMT). An example of this format is:
111 Wed, DD-Mon-YYYY HH:MM:SS GMT
116 return "%s %02d-%s-%04d %02d:%02d:%02d GMT" % (
120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
192 "(\d\d\d\d) (\d\d):(\d\d):(\d\d) GMT$")
222 string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the
227 Wed, 09 Feb 1994 22:23:32 GMT -- HTTP format
228 Tuesday, 08-Feb-94 14:15:29 GMT -- old rfc850 HTTP format
229 Tuesday, 08-Feb-1994 14:15:29 GMT -- broken rfc850 HTTP format
230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday
    [all...]

Completed in 2581 milliseconds

1 2 3