Searched defs:utc (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DDate.java379 * redundantly-for example, <tt>GMT-5</tt> or <tt>utc+0430</tt>.
646 "gmt", "ut", "utc", "est", "edt", "cst", "cdt",
1302 private static final BaseCalendar getCalendarSystem(long utc) { argument
1303 // Quickly check if the time stamp given by `utc' is the Epoch
1306 if (utc >= 0
1307 || utc >= GregorianCalendar.DEFAULT_GREGORIAN_CUTOVER
1308 - TimeZone.getDefaultRef().getOffset(utc)) {

Completed in 36 milliseconds