Searched refs:GMT (Results 1 - 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
H A DHttpDateGenerator.java57 public static final TimeZone GMT = TimeZone.getTimeZone("GMT"); field in class:HttpDateGenerator
68 this.dateformat.setTimeZone(GMT);
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A DclearCookies.cgi20 $cookie =~ s/Expires *= *[^;]+/Expires=Thu, 01 Jan 1970 00:00:00 GMT/i;
24 $cookie .= "Expires=Thu, 01 Jan 1970 00:00:00 GMT";
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java58 public static final String GMT = SIPDate.GMT; field in interface:TokenNames
/external/apache-http/src/org/apache/http/impl/cookie/
H A DDateUtils.java78 public static final TimeZone GMT = TimeZone.getTimeZone("GMT"); field in class:DateUtils
82 calendar.setTimeZone(GMT);
252 format.setTimeZone(TimeZone.getTimeZone("GMT"));
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
H A D15.9.5.7.js32 The only headache is that as of this writing the "GMT ..." portion of
144 * WAS: Mon Jan 07 13:40:34 GMT-0800 (Pacific Standard Time) 2002
145 * NOW: Mon Jan 07 2002 13:40:34 GMT-0800 (Pacific Standard Time)
150 * Then remove the GMT string from TimeString (see introduction above)
165 * Now remove the GMT part of the TimeString.
166 * Guard against dates with two "GMT"s, like:
167 * Jan 01 00:00:00 GMT+0000 (GMT Standard Time)
169 regexp= /([^G]*)GMT.*/;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDate.java54 * Date: Tue, 15 Nov 1994 08:12:31 GMT
71 public static final String GMT = "GMT"; field in class:SIPDate
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/icu4c/test/intltest/
H A Dcalregts.cpp442 Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"),
711 TimeZone *newZone = TimeZone::createTimeZone("GMT");
813 TimeZone *GMT = TimeZone::createTimeZone("GMT"); local
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...]

Completed in 174 milliseconds