Home
last modified time | relevance | path

Searched refs:GMT (Results 1 – 6 of 6) sorted by relevance

/libcore/support/src/test/java/tests/resources/x509/
Dcrl-rsa-dsa-dates.txt1 lastUpdate=Jan 28 21:42:16 2014 GMT
2 nextUpdate=Feb 27 21:42:16 2014 GMT
Dcert-rsa-dates.txt1 notBefore=Jan 28 21:42:14 2014 GMT
2 notAfter=Jan 26 21:42:14 2024 GMT
Dcrl-rsa-dates.txt1 lastUpdate=Jan 28 21:42:15 2014 GMT
2 nextUpdate=Jan 31 19:42:15 2014 GMT
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java171 private static final TimeZone GMT = new SimpleTimeZone(0, "GMT"); field in TimeZone
569 return (TimeZone) GMT.clone(); in getTimeZone()
589 return (zone != null) ? zone : (TimeZone) GMT.clone(); in getTimeZone()
/libcore/ojluni/annotations/hiddenapi/java/net/
DHttpCookie.java217 static final java.util.TimeZone GMT; field in HttpCookie
220 GMT = null;
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java1085 static final TimeZone GMT = TimeZone.getTimeZone("GMT"); field in HttpCookie