HomeSort by relevance Sort by last modified time
    Searched refs:GMT (Results 1 - 25 of 62) 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/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/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...]
  /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',
290 'May 25 2008 AAA (GMT)']; // Unknown word after number
    [all...]
  /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)
  /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/v8/src/extensions/i18n/
date-format.js 452 // Special case handling (UTC, GMT).
454 if (upperID === 'UTC' || upperID === 'GMT' ||
455 upperID === 'ETC/UTC' || upperID === 'ETC/GMT') {
  /external/chromium/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/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...]
  /external/chromium_org/v8/src/
date.js 254 var gmt = ' GMT' + ((sign == 1) ? '+' : '-') +
256 return gmt + ' (' + timezone + ')';
655 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
660 + TimeStringUTC(this) + ' GMT';
  /external/v8/src/
date.js 261 var gmt = ' GMT' + ((sign == 1) ? '+' : '-') +
263 return gmt + ' (' + timezone + ')';
701 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
706 + TimeStringUTC(this) + ' GMT';

Completed in 669 milliseconds

1 2 3